#00CC9A

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

Shades of Caribbean Green #00CC9A

Tints of Caribbean Green #00CC9A

Color information

#00CC9A (or 0x00CC9A) is unknown color: approx Caribbean Green. HEX triplet: 00, CC and 9A. RGB value is (0,204,154). Sum of RGB (Red+Green+Blue) = 0+204+154=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #00CC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CC9A is #FF3365. Grayscale: #898989. Windows color (decimal): -16724838 or 10144768. OLE color: 10144768.

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

Color convert

RGB0204154-
CMYK100.250.2
HSL165.29º100%40%-
HSV(B)165.29º100%80%-
XYZ27.4345.5237.91-
YUV137.3137.4130.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 204 (80.08% from 255) = 56.98%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=0%
G=56.98%
B=43.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal0204154100.250.2165.2910040
Hex0CC9A6401914a56428
Octal03142321440312424514450
Binary01100110010011010110010001100110100101001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00CC9A; }

 p { color: rgb(0,204,154); }

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

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

 a { background-color: rgb(0,204,154); }

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

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

 span { border-color: rgb(0,204,154); }

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