#03989B

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

Shades of Persian Green #03989B

Tints of Persian Green #03989B

Color information

#03989B (or 0x03989B) is unknown color: approx Persian Green. HEX triplet: 03, 98 and 9B. RGB value is (3,152,155). Sum of RGB (Red+Green+Blue) = 3+152+155=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #03989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03989B is #FC6764. Grayscale: #6B6B6B. Windows color (decimal): -16541541 or 10196995. OLE color: 10196995.

HSL color Cylindrical-coordinate representation of color #03989B: hue angle of 181.18º 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 #03989B is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3152155-
CMYK0.980.0200.39
HSL181.18º96.2%30.98%-
HSV(B)181.18º98.06%60.78%-
XYZ17.1824.8434.9-
YUV107.79154.6453.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 155 (60.94% from 255) = 50%
R=0.97%
G=49.03%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31521550.980.0200.39181.1896.230.98
Hex3989B622027b5601f
Octal3230233142204726514037
Binary111001100010011011110001010010011110110101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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