#03D394

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

Shades of Caribbean Green #03D394

Tints of Caribbean Green #03D394

Color information

#03D394 (or 0x03D394) is unknown color: approx Caribbean Green. HEX triplet: 03, D3 and 94. RGB value is (3,211,148). Sum of RGB (Red+Green+Blue) = 3+211+148=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #03D394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D394 is #FC2C6B. Grayscale: #8D8D8D. Windows color (decimal): -16526444 or 9753347. OLE color: 9753347.

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

Color convert

RGB3211148-
CMYK0.9900.300.17
HSL161.83º97.2%41.96%-
HSV(B)161.83º98.58%82.75%-
XYZ28.6848.7535.91-
YUV141.63131.5929.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.83%
GREEN value IS 211 (82.81% from 255) = 58.29%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=0.83%
G=58.29%
B=40.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32111480.9900.300.17161.8397.241.96
Hex3D3946301E11a2612a
Octal33232241430362124214152
Binary111101001110010100110001101111010001101000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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