Html Css Color HEX #006670 Blue Lagoon

📋 copy color: '#006670'

red 0 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #006670

Tints of Blue Lagoon #006670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

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

R = 0%
G = 47.66%
B = 52.34%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006670 (or 0x006670) is known color: Blue Lagoon. HEX triplet: 00, 66 and 70. RGB value is (0,102,112). Sum of RGB (Red+Green+Blue) = 0+102+112=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #006670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006670 is #FF998F. Grayscale: #484848. Windows color (decimal): -16750992 or 7366144. OLE color: 7366144.

HSL color Cylindrical-coordinate representation of color #006670: hue angle of 185.36º 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 #006670 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 102 112 -
CMYK 1 0.09 0 0.56
HSL 185.36º 1% 0.22% -
HSV(B) 185.36º 1% 0.44% -
XYZ 7.68 10.67 16.98 -
YUV 72.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 0 102 112 1 0.09 0 0.56 185.36 1 0.22
Hex 0 66 70 64 9 0 38 B9 64 16
Octal 0 146 160 144 11 0 70 271 144 26
Binary 0 1100110 1110000 1100100 1001 0 111000 10111001 1100100 10110

Color Harmonies of #006670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006670

Black with #006670

Text Example


Text Example

White with #006670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006670; }

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

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

background-color css

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

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

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

border-color css

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

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

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