Html Css Color HEX #006772 Blue Lagoon

📋 copy color: '#006772'

red 0 ◦ green 103 ◦ blue 114

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

Shades of Blue Lagoon #006772

Tints of Blue Lagoon #006772

RGB

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

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

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

R = 0%
G = 47.47%
B = 52.53%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006772 (or 0x006772) is known color: Blue Lagoon. HEX triplet: 00, 67 and 72. RGB value is (0,103,114). Sum of RGB (Red+Green+Blue) = 0+103+114=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #006772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006772 is #FF988D. Grayscale: #494949. Windows color (decimal): -16750734 or 7497472. OLE color: 7497472.

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

Color convert

RGB 0 103 114 -
CMYK 1 0.10 0 0.55
HSL 185.79º 1% 0.22% -
HSV(B) 185.79º 1% 0.45% -
XYZ 7.89 10.92 17.61 -
YUV 73.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 0 103 114 1 0.10 0 0.55 185.79 1 0.22
Hex 0 67 72 64 A 0 37 BA 64 16
Octal 0 147 162 144 12 0 67 272 144 26
Binary 0 1100111 1110010 1100100 1010 0 110111 10111010 1100100 10110

Color Harmonies of #006772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006772

Black with #006772

Text Example


Text Example

White with #006772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006772; }

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

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

background-color css

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

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

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

border-color css

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

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

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