Html Css Color HEX #125E76 Allports

📋 copy color: '#125E76'

red 18 ◦ green 94 ◦ blue 118

#125E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #125E76

Tints of Allports #125E76

RGB

 RED value IS 18 (7.42% from 255) = 7.83%

 GREEN value IS 94 (37.11% from 255) = 40.87%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 7.83%
G = 40.87%
B = 51.3%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#125E76 (or 0x125E76) is known color: Allports. HEX triplet: 12, 5E and 76. RGB value is (18,94,118). Sum of RGB (Red+Green+Blue) = 18+94+118=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #125E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E76 is #EDA189. Grayscale: #494949. Windows color (decimal): -15573386 or 7757330. OLE color: 7757330.

HSL color Cylindrical-coordinate representation of color #125E76: hue angle of 194.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125E76 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 94 118 -
CMYK 0.85 0.20 0 0.54
HSL 194.4º 0.74% 0.27% -
HSV(B) 194.4º 0.85% 0.46% -
XYZ 7.52 9.44 18.57 -
YUV 74.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 18 94 118 0.85 0.20 0 0.54 194.4 0.74 0.27
Hex 12 5E 76 55 14 0 36 C2 4A 1B
Octal 22 136 166 125 24 0 66 302 112 33
Binary 10010 1011110 1110110 1010101 10100 0 110110 11000010 1001010 11011

Color Harmonies of #125E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E76

Black with #125E76

Text Example


Text Example

White with #125E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125E76; }

 p { color: rgb(18,94,118); }

 H1.HeaderClassName
 {
   color: #125E76;
 }
 .AnyTagClassName
 {
   color: #125E76;
 }
</style>

background-color css

<style>
 a { background-color: #125E76; }

 a { background-color: rgb(18,94,118); }

 div.DivClassName
 {
   background-color: #125E76;
 }
 .BgClassName
 {
   background-color: #125E76;
 }
</style>

border-color css

<style>
 span { border-color: #125E76; }

 span { border-color: rgb(18,94,118); }

 td.TdClassName
 {
   border-color: #125E76;
 }
 .TagClassName
 {
   border-color: #125E76;
 }
</style>