#06DDAD

Color #06DDAD Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #06DDAD

Tints of Caribbean Green #06DDAD

Color information

#06DDAD (or 0x06DDAD) is unknown color: approx Caribbean Green. HEX triplet: 06, DD and AD. RGB value is (6,221,173). Sum of RGB (Red+Green+Blue) = 6+221+173=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DDAD is #F92252. Grayscale: #979797. Windows color (decimal): -16327251 or 11394310. OLE color: 11394310.

HSL color Cylindrical-coordinate representation of color #06DDAD: hue angle of 166.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DDAD is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB6221173-
CMYK0.9700.220.13
HSL166.6º94.71%44.51%-
HSV(B)166.6º97.29%86.67%-
XYZ33.4754.7748.34-
YUV151.24140.2724.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.5%
GREEN value IS 221 (86.72% from 255) = 55.25%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=1.5%
G=55.25%
B=43.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62211730.9700.220.13166.694.7144.51
Hex6DDAD61016Da75f2d
Octal63352551410261524713755
Binary110110111011010110111000010101101101101001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06DDAD; }

 p { color: rgb(6,221,173); }

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

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

 a { background-color: rgb(6,221,173); }

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

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

 span { border-color: rgb(6,221,173); }

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