#03CA96

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

Shades of Caribbean Green #03CA96

Tints of Caribbean Green #03CA96

Color information

#03CA96 (or 0x03CA96) is unknown color: approx Caribbean Green. HEX triplet: 03, CA and 96. RGB value is (3,202,150). Sum of RGB (Red+Green+Blue) = 3+202+150=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA96 is #FC3569. Grayscale: #888888. Windows color (decimal): -16528746 or 9882115. OLE color: 9882115.

HSL color Cylindrical-coordinate representation of color #03CA96: hue angle of 164.32º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA96 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB3202150-
CMYK0.9900.260.21
HSL164.32º97.07%40.2%-
HSV(B)164.32º98.51%79.22%-
XYZ26.6644.4636.03-
YUV136.57135.5732.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=0.85%
G=56.90%
B=42.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32021500.9900.260.21164.3297.0740.2
Hex3CA966301A15a46128
Octal33122261430322524414150
Binary111100101010010110110001101101010101101001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03CA96; }

 p { color: rgb(3,202,150); }

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

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

 a { background-color: rgb(3,202,150); }

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

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

 span { border-color: rgb(3,202,150); }

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