#006066

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

Shades of Blue Lagoon #006066

Tints of Blue Lagoon #006066

Color information

#006066 (or 0x006066) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 66. RGB value is (0,96,102). Sum of RGB (Red+Green+Blue) = 0+96+102=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #006066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006066 is #FF9F99. Grayscale: #434343. Windows color (decimal): -16752538 or 6709248. OLE color: 6709248.

HSL color Cylindrical-coordinate representation of color #006066: hue angle of 183.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006066 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB096102-
CMYK10.0600.6
HSL183.53º100%20%-
HSV(B)183.53º100%40%-
XYZ6.589.3314.02-
YUV67.98147.279.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=0%
G=48.48%
B=51.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal09610210.0600.6183.5310020
Hex0606664603Cb86414
Octal0140146144607427014424
Binary0110000011001101100100110011110010111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006066; }

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

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

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

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

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

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

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

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