#04AB88

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

Shades of Persian Green #04AB88

Tints of Persian Green #04AB88

Color information

#04AB88 (or 0x04AB88) is unknown color: approx Persian Green. HEX triplet: 04, AB and 88. RGB value is (4,171,136). Sum of RGB (Red+Green+Blue) = 4+171+136=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB88 is #FB5477. Grayscale: #757575. Windows color (decimal): -16471160 or 8956676. OLE color: 8956676.

HSL color Cylindrical-coordinate representation of color #04AB88: hue angle of 167.43º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB88 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB4171136-
CMYK0.9800.200.33
HSL167.43º95.43%34.31%-
HSV(B)167.43º97.66%67.06%-
XYZ19.0630.9328.26-
YUV117.08138.6747.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=1.29%
G=54.98%
B=43.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711360.9800.200.33167.4395.4334.31
Hex4AB886201421a75f22
Octal42532101420244124713742
Binary10010101011100010001100010010100100001101001111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04AB88; }

 p { color: rgb(4,171,136); }

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

<style>
 a { background-color: #04AB88; }

 a { background-color: rgb(4,171,136); }

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

<style>
 span { border-color: #04AB88; }

 span { border-color: rgb(4,171,136); }

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