Html Css Color HEX #006170 Blue Lagoon

📋 copy color: '#006170'

red 0 ◦ green 97 ◦ blue 112

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

Shades of Blue Lagoon #006170

Tints of Blue Lagoon #006170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.59%

R = 0%
G = 46.41%
B = 53.59%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006170 (or 0x006170) is known color: Blue Lagoon. HEX triplet: 00, 61 and 70. RGB value is (0,97,112). Sum of RGB (Red+Green+Blue) = 0+97+112=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #006170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006170 is #FF9E8F. Grayscale: #454545. Windows color (decimal): -16752272 or 7364864. OLE color: 7364864.

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

Color convert

RGB 0 97 112 -
CMYK 1 0.13 0 0.56
HSL 188.04º 1% 0.22% -
HSV(B) 188.04º 1% 0.44% -
XYZ 7.2 9.72 16.83 -
YUV 69.71 151.86 78.28 -
System Red Green Blue C M Y K H S L
Decimal 0 97 112 1 0.13 0 0.56 188.04 1 0.22
Hex 0 61 70 64 D 0 38 BC 64 16
Octal 0 141 160 144 15 0 70 274 144 26
Binary 0 1100001 1110000 1100100 1101 0 111000 10111100 1100100 10110

Color Harmonies of #006170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006170

Black with #006170

Text Example


Text Example

White with #006170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006170; }

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

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

background-color css

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

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

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

border-color css

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

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

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