Html Css Color HEX #00666E Blue Lagoon

📋 copy color: '#00666E'

red 0 ◦ green 102 ◦ blue 110

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

Shades of Blue Lagoon #00666E

Tints of Blue Lagoon #00666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 0%
G = 48.11%
B = 51.89%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00666E (or 0x00666E) is known color: Blue Lagoon. HEX triplet: 00, 66 and 6E. RGB value is (0,102,110). Sum of RGB (Red+Green+Blue) = 0+102+110=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #00666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00666E is #FF9991. Grayscale: #484848. Windows color (decimal): -16750994 or 7235072. OLE color: 7235072.

HSL color Cylindrical-coordinate representation of color #00666E: hue angle of 184.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00666E is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 102 110 -
CMYK 1 0.07 0 0.57
HSL 184.36º 1% 0.22% -
HSV(B) 184.36º 1% 0.43% -
XYZ 7.57 10.63 16.4 -
YUV 72.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 0 102 110 1 0.07 0 0.57 184.36 1 0.22
Hex 0 66 6E 64 7 0 39 B8 64 16
Octal 0 146 156 144 7 0 71 270 144 26
Binary 0 1100110 1101110 1100100 111 0 111001 10111000 1100100 10110

Color Harmonies of #00666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00666E

Black with #00666E

Text Example


Text Example

White with #00666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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