#09CCAD

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

Shades of Caribbean Green #09CCAD

Tints of Caribbean Green #09CCAD

Color information

#09CCAD (or 0x09CCAD) is unknown color: approx Caribbean Green. HEX triplet: 09, CC and AD. RGB value is (9,204,173). Sum of RGB (Red+Green+Blue) = 9+204+173=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CCAD is #F63352. Grayscale: #8E8E8E. Windows color (decimal): -16134995 or 11389961. OLE color: 11389961.

HSL color Cylindrical-coordinate representation of color #09CCAD: hue angle of 170.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCAD is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB9204173-
CMYK0.9600.150.2
HSL170.46º91.55%41.76%-
HSV(B)170.46º95.59%80%-
XYZ29.2546.2646.92-
YUV142.16145.433.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.33%
GREEN value IS 204 (80.08% from 255) = 52.85%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=2.33%
G=52.85%
B=44.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92041730.9600.150.2170.4691.5541.76
Hex9CCAD600F14aa5c2a
Octal113142551400172425213452
Binary1001110011001010110111000000111110100101010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09CCAD; }

 p { color: rgb(9,204,173); }

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

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

 a { background-color: rgb(9,204,173); }

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

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

 span { border-color: rgb(9,204,173); }

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