#05B894

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

Shades of Persian Green #05B894

Tints of Persian Green #05B894

Color information

#05B894 (or 0x05B894) is unknown color: approx Persian Green. HEX triplet: 05, B8 and 94. RGB value is (5,184,148). Sum of RGB (Red+Green+Blue) = 5+184+148=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #05B894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B894 is #FA476B. Grayscale: #7E7E7E. Windows color (decimal): -16402284 or 9746437. OLE color: 9746437.

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

Color convert

RGB5184148-
CMYK0.9700.200.28
HSL167.93º94.71%37.06%-
HSV(B)167.93º97.28%72.16%-
XYZ22.5536.4533.86-
YUV126.38140.241.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.48%
GREEN value IS 184 (72.27% from 255) = 54.60%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=1.48%
G=54.60%
B=43.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51841480.9700.200.28167.9394.7137.06
Hex5B894610141Ca85f25
Octal52702241410243425013745
Binary1011011100010010100110000101010011100101010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B894; }

 p { color: rgb(5,184,148); }

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

<style>
 a { background-color: #05B894; }

 a { background-color: rgb(5,184,148); }

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

<style>
 span { border-color: #05B894; }

 span { border-color: rgb(5,184,148); }

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