Html Css Color HEX #12606C Blue Lagoon

📋 copy color: '#12606C'

red 18 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #12606C

Tints of Blue Lagoon #12606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 8.11%
G = 43.24%
B = 48.65%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12606C (or 0x12606C) is known color: Blue Lagoon. HEX triplet: 12, 60 and 6C. RGB value is (18,96,108). Sum of RGB (Red+Green+Blue) = 18+96+108=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #12606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12606C is #ED9F93. Grayscale: #494949. Windows color (decimal): -15572884 or 7102482. OLE color: 7102482.

HSL color Cylindrical-coordinate representation of color #12606C: hue angle of 188º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12606C is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 96 108 -
CMYK 0.83 0.11 0 0.58
HSL 188º 0.71% 0.25% -
HSV(B) 188º 0.83% 0.42% -
XYZ 7.14 9.58 15.66 -
YUV 74.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 18 96 108 0.83 0.11 0 0.58 188 0.71 0.25
Hex 12 60 6C 53 B 0 3A BC 47 19
Octal 22 140 154 123 13 0 72 274 107 31
Binary 10010 1100000 1101100 1010011 1011 0 111010 10111100 1000111 11001

Color Harmonies of #12606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12606C

Black with #12606C

Text Example


Text Example

White with #12606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12606C; }

 p { color: rgb(18,96,108); }

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

background-color css

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

 a { background-color: rgb(18,96,108); }

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

border-color css

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

 span { border-color: rgb(18,96,108); }

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