#03999B

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

Shades of Persian Green #03999B

Tints of Persian Green #03999B

Color information

#03999B (or 0x03999B) is unknown color: approx Persian Green. HEX triplet: 03, 99 and 9B. RGB value is (3,153,155). Sum of RGB (Red+Green+Blue) = 3+153+155=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #03999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03999B is #FC6664. Grayscale: #6C6C6C. Windows color (decimal): -16541285 or 10197251. OLE color: 10197251.

HSL color Cylindrical-coordinate representation of color #03999B: hue angle of 180.79º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03999B is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3153155-
CMYK0.980.0100.39
HSL180.79º96.2%30.98%-
HSV(B)180.79º98.06%60.78%-
XYZ17.3525.1734.95-
YUV108.38154.352.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=0.96%
G=49.20%
B=49.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31531550.980.0100.39180.7996.230.98
Hex3999B621027b5601f
Octal3231233142104726514037
Binary11100110011001101111000101010011110110101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03999B; }

 p { color: rgb(3,153,155); }

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

<style>
 a { background-color: #03999B; }

 a { background-color: rgb(3,153,155); }

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

<style>
 span { border-color: #03999B; }

 span { border-color: rgb(3,153,155); }

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