#03B8A0

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

Shades of Persian Green #03B8A0

Tints of Persian Green #03B8A0

Color information

#03B8A0 (or 0x03B8A0) is unknown color: approx Persian Green. HEX triplet: 03, B8 and A0. RGB value is (3,184,160). Sum of RGB (Red+Green+Blue) = 3+184+160=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #03B8A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B8A0 is #FC475F. Grayscale: #7F7F7F. Windows color (decimal): -16533344 or 10532867. OLE color: 10532867.

HSL color Cylindrical-coordinate representation of color #03B8A0: hue angle of 172.04º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B8A0 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB3184160-
CMYK0.9800.130.28
HSL172.04º96.79%36.67%-
HSV(B)172.04º98.37%72.16%-
XYZ23.5236.8439.13-
YUV127.15146.5339.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 184 (72.27% from 255) = 53.03%
BLUE value IS 160 (62.89% from 255) = 46.11%
R=0.86%
G=53.03%
B=46.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31841600.9800.130.28172.0496.7936.67
Hex3B8A0620D1Cac6125
Octal32702401420153425414145
Binary11101110001010000011000100110111100101011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,184,160); }

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

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

 a { background-color: rgb(3,184,160); }

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

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

 span { border-color: rgb(3,184,160); }

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