#04989B

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

Shades of Persian Green #04989B

Tints of Persian Green #04989B

Color information

#04989B (or 0x04989B) is unknown color: approx Persian Green. HEX triplet: 04, 98 and 9B. RGB value is (4,152,155). Sum of RGB (Red+Green+Blue) = 4+152+155=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 152 (59.77% from 255 or 48.87% 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 #04989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04989B is #FB6764. Grayscale: #6B6B6B. Windows color (decimal): -16476005 or 10196996. OLE color: 10196996.

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

Color convert

RGB4152155-
CMYK0.970.0200.39
HSL181.19º94.97%31.18%-
HSV(B)181.19º97.42%60.78%-
XYZ17.1924.8534.9-
YUV108.09154.4753.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=1.29%
G=48.87%
B=49.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41521550.970.0200.39181.1994.9731.18
Hex4989B612027b55f1f
Octal4230233141204726513737
Binary1001001100010011011110000110010011110110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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