Html Css Color HEX #006770 Blue Lagoon

📋 copy color: '#006770'

red 0 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #006770

Tints of Blue Lagoon #006770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.91%

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

R = 0%
G = 47.91%
B = 52.09%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006770 (or 0x006770) is known color: Blue Lagoon. HEX triplet: 00, 67 and 70. RGB value is (0,103,112). Sum of RGB (Red+Green+Blue) = 0+103+112=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #006770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006770 is #FF988F. Grayscale: #494949. Windows color (decimal): -16750736 or 7366400. OLE color: 7366400.

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

Color convert

RGB 0 103 112 -
CMYK 1 0.08 0 0.56
HSL 184.82º 1% 0.22% -
HSV(B) 184.82º 1% 0.44% -
XYZ 7.77 10.87 17.02 -
YUV 73.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 0 103 112 1 0.08 0 0.56 184.82 1 0.22
Hex 0 67 70 64 8 0 38 B9 64 16
Octal 0 147 160 144 10 0 70 271 144 26
Binary 0 1100111 1110000 1100100 1000 0 111000 10111001 1100100 10110

Color Harmonies of #006770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006770

Black with #006770

Text Example


Text Example

White with #006770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006770; }

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

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

background-color css

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

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

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

border-color css

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

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

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