#03D07F

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

Shades of Caribbean Green #03D07F

Tints of Caribbean Green #03D07F

Color information

#03D07F (or 0x03D07F) is unknown color: approx Caribbean Green. HEX triplet: 03, D0 and 7F. RGB value is (3,208,127). Sum of RGB (Red+Green+Blue) = 3+208+127=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #03D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D07F is #FC2F80. Grayscale: #898989. Windows color (decimal): -16527233 or 8376323. OLE color: 8376323.

HSL color Cylindrical-coordinate representation of color #03D07F: hue angle of 156.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D07F is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB3208127-
CMYK0.9900.390.18
HSL156.29º97.16%41.37%-
HSV(B)156.29º98.56%81.57%-
XYZ26.4246.6627.69-
YUV137.47122.0832.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 208 (81.64% from 255) = 61.54%
BLUE value IS 127 (50% from 255) = 37.57%
R=0.89%
G=61.54%
B=37.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32081270.9900.390.18156.2997.1641.37
Hex3D07F63027129c6129
Octal33201771430472223414151
Binary111101000011111111100011010011110010100111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,208,127); }

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

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

 a { background-color: rgb(3,208,127); }

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

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

 span { border-color: rgb(3,208,127); }

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