#03DC8E

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

Shades of Caribbean Green #03DC8E

Tints of Caribbean Green #03DC8E

Color information

#03DC8E (or 0x03DC8E) is unknown color: approx Caribbean Green. HEX triplet: 03, DC and 8E. RGB value is (3,220,142). Sum of RGB (Red+Green+Blue) = 3+220+142=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DC8E is #FC2371. Grayscale: #929292. Windows color (decimal): -16524146 or 9362435. OLE color: 9362435.

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

Color convert

RGB3220142-
CMYK0.9900.350.14
HSL158.43º97.31%43.73%-
HSV(B)158.43º98.64%86.27%-
XYZ30.5153.1634.24-
YUV146.22125.6125.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 220 (86.33% from 255) = 60.27%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=0.82%
G=60.27%
B=38.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal32201420.9900.350.14158.4397.3143.73
Hex3DC8E63023E9e612c
Octal33342161430431623614154
Binary111101110010001110110001101000111110100111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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