#03DCA6

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

Shades of Caribbean Green #03DCA6

Tints of Caribbean Green #03DCA6

Color information

#03DCA6 (or 0x03DCA6) is unknown color: approx Caribbean Green. HEX triplet: 03, DC and A6. RGB value is (3,220,166). Sum of RGB (Red+Green+Blue) = 3+220+166=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCA6 is #FC2359. Grayscale: #949494. Windows color (decimal): -16524122 or 10935299. OLE color: 10935299.

HSL color Cylindrical-coordinate representation of color #03DCA6: hue angle of 165.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCA6 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB3220166-
CMYK0.9900.250.14
HSL165.07º97.31%43.73%-
HSV(B)165.07º98.64%86.27%-
XYZ32.5153.9644.78-
YUV148.96137.6123.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 220 (86.33% from 255) = 56.56%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=0.77%
G=56.56%
B=42.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal32201660.9900.250.14165.0797.3143.73
Hex3DCA663019Ea5612c
Octal33342461430311624514154
Binary11110111001010011011000110110011110101001011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,220,166); }

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

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

 a { background-color: rgb(3,220,166); }

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

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

 span { border-color: rgb(3,220,166); }

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