#03C28F

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

Shades of Caribbean Green #03C28F

Tints of Caribbean Green #03C28F

Color information

#03C28F (or 0x03C28F) is unknown color: approx Caribbean Green. HEX triplet: 03, C2 and 8F. RGB value is (3,194,143). Sum of RGB (Red+Green+Blue) = 3+194+143=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #03C28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C28F is #FC3D70. Grayscale: #838383. Windows color (decimal): -16530801 or 9421315. OLE color: 9421315.

HSL color Cylindrical-coordinate representation of color #03C28F: hue angle of 163.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C28F is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB3194143-
CMYK0.9800.260.24
HSL163.98º96.95%38.63%-
HSV(B)163.98º98.45%76.08%-
XYZ24.2940.5932.54-
YUV131.08134.7236.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 194 (76.17% from 255) = 57.06%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=0.88%
G=57.06%
B=42.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31941430.9800.260.24163.9896.9538.63
Hex3C28F6201A18a46127
Octal33022171420323024414147
Binary111100001010001111110001001101011000101001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,194,143); }

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

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

 a { background-color: rgb(3,194,143); }

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

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

 span { border-color: rgb(3,194,143); }

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