#00666D

Color #00666D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #00666D

Tints of Blue Lagoon #00666D

Color information

#00666D (or 0x00666D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 66 and 6D. RGB value is (0,102,109). Sum of RGB (Red+Green+Blue) = 0+102+109=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #00666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00666D is #FF9992. Grayscale: #484848. Windows color (decimal): -16750995 or 7169536. OLE color: 7169536.

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

Color convert

RGB0102109-
CMYK10.0600.57
HSL183.85º100%21.37%-
HSV(B)183.85º100%42.75%-
XYZ7.5110.6116.12-
YUV72.3148.7176.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=0%
G=48.34%
B=51.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010210910.0600.57183.8510021.37
Hex0666D646039b86415
Octal0146155144607127014425
Binary0110011011011011100100110011100110111000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00666D;
 }
 .AnyTagClassName
 {
   color: #00666D;
 }
</style>
background-color css

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

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

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

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

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

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