#03CAA1

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

Shades of Caribbean Green #03CAA1

Tints of Caribbean Green #03CAA1

Color information

#03CAA1 (or 0x03CAA1) is unknown color: approx Caribbean Green. HEX triplet: 03, CA and A1. RGB value is (3,202,161). Sum of RGB (Red+Green+Blue) = 3+202+161=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAA1 is #FC355E. Grayscale: #898989. Windows color (decimal): -16528735 or 10603011. OLE color: 10603011.

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

Color convert

RGB3202161-
CMYK0.9900.200.21
HSL167.64º97.07%40.2%-
HSV(B)167.64º98.51%79.22%-
XYZ27.5944.8340.92-
YUV137.82141.0731.83-

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.19%
BLUE value IS 161 (63.28% from 255) = 43.99%
R=0.82%
G=55.19%
B=43.99%

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
Decimal32021610.9900.200.21167.6497.0740.2
Hex3CAA16301415a86128
Octal33122411430242525014150
Binary111100101010100001110001101010010101101010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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