Html Css Color HEX #125666 Blue Lagoon

📋 copy color: '#125666'

red 18 ◦ green 86 ◦ blue 102

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

Shades of Blue Lagoon #125666

Tints of Blue Lagoon #125666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 8.74%
G = 41.75%
B = 49.51%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125666 (or 0x125666) is known color: Blue Lagoon. HEX triplet: 12, 56 and 66. RGB value is (18,86,102). Sum of RGB (Red+Green+Blue) = 18+86+102=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #125666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125666 is #EDA999. Grayscale: #434343. Windows color (decimal): -15575450 or 6706706. OLE color: 6706706.

HSL color Cylindrical-coordinate representation of color #125666: hue angle of 191.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125666 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 86 102 -
CMYK 0.82 0.16 0 0.6
HSL 191.43º 0.7% 0.24% -
HSV(B) 191.43º 0.82% 0.4% -
XYZ 5.98 7.74 13.75 -
YUV 67.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 18 86 102 0.82 0.16 0 0.6 191.43 0.7 0.24
Hex 12 56 66 52 10 0 3C BF 46 18
Octal 22 126 146 122 20 0 74 277 106 30
Binary 10010 1010110 1100110 1010010 10000 0 111100 10111111 1000110 11000

Color Harmonies of #125666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125666

Black with #125666

Text Example


Text Example

White with #125666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125666; }

 p { color: rgb(18,86,102); }

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

background-color css

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

 a { background-color: rgb(18,86,102); }

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

border-color css

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

 span { border-color: rgb(18,86,102); }

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