#03D38E

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

Shades of Caribbean Green #03D38E

Tints of Caribbean Green #03D38E

Color information

#03D38E (or 0x03D38E) is unknown color: approx Caribbean Green. HEX triplet: 03, D3 and 8E. RGB value is (3,211,142). Sum of RGB (Red+Green+Blue) = 3+211+142=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #03D38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D38E is #FC2C71. Grayscale: #8D8D8D. Windows color (decimal): -16526450 or 9360131. OLE color: 9360131.

HSL color Cylindrical-coordinate representation of color #03D38E: hue angle of 160.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D38E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB3211142-
CMYK0.9900.330.17
HSL160.1º97.2%41.96%-
HSV(B)160.1º98.58%82.75%-
XYZ28.2148.5633.48-
YUV140.94128.5929.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=0.84%
G=59.27%
B=39.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32111420.9900.330.17160.197.241.96
Hex3D38E6302111a0612a
Octal33232161430412124014152
Binary1111010011100011101100011010000110001101000001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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