Html Css Color HEX #006172 Blue Lagoon

📋 copy color: '#006172'

red 0 ◦ green 97 ◦ blue 114

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

Shades of Blue Lagoon #006172

Tints of Blue Lagoon #006172

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 0%
G = 45.97%
B = 54.03%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006172 (or 0x006172) is known color: Blue Lagoon. HEX triplet: 00, 61 and 72. RGB value is (0,97,114). Sum of RGB (Red+Green+Blue) = 0+97+114=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #006172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006172 is #FF9E8D. Grayscale: #454545. Windows color (decimal): -16752270 or 7495936. OLE color: 7495936.

HSL color Cylindrical-coordinate representation of color #006172: hue angle of 188.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006172 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 97 114 -
CMYK 1 0.15 0 0.55
HSL 188.95º 1% 0.22% -
HSV(B) 188.95º 1% 0.45% -
XYZ 7.31 9.76 17.42 -
YUV 69.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 0 97 114 1 0.15 0 0.55 188.95 1 0.22
Hex 0 61 72 64 F 0 37 BD 64 16
Octal 0 141 162 144 17 0 67 275 144 26
Binary 0 1100001 1110010 1100100 1111 0 110111 10111101 1100100 10110

Color Harmonies of #006172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006172

Black with #006172

Text Example


Text Example

White with #006172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006172; }

 p { color: rgb(0,97,114); }

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

background-color css

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

 a { background-color: rgb(0,97,114); }

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

border-color css

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

 span { border-color: rgb(0,97,114); }

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