#03CAA2

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

Shades of Caribbean Green #03CAA2

Tints of Caribbean Green #03CAA2

Color information

#03CAA2 (or 0x03CAA2) is unknown color: approx Caribbean Green. HEX triplet: 03, CA and A2. RGB value is (3,202,162). Sum of RGB (Red+Green+Blue) = 3+202+162=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAA2 is #FC355D. Grayscale: #898989. Windows color (decimal): -16528734 or 10668547. OLE color: 10668547.

HSL color Cylindrical-coordinate representation of color #03CAA2: hue angle of 167.94º 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 #03CAA2 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB3202162-
CMYK0.9900.200.21
HSL167.94º97.07%40.2%-
HSV(B)167.94º98.51%79.22%-
XYZ27.6844.8741.38-
YUV137.94141.5731.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=0.82%
G=55.04%
B=44.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32021620.9900.200.21167.9497.0740.2
Hex3CAA26301415a86128
Octal33122421430242525014150
Binary111100101010100010110001101010010101101010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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