Html Css Color HEX #05B890 Persian Green

📋 copy color: '#05B890'

red 5 ◦ green 184 ◦ blue 144

#05B890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #05B890

Tints of Persian Green #05B890

RGB

 RED value IS 5 (2.34% from 255) = 1.5%

 GREEN value IS 184 (72.27% from 255) = 55.26%

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 1.5%
G = 55.26%
B = 43.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#05B890 (or 0x05B890) is known color: Persian Green. HEX triplet: 05, B8 and 90. RGB value is (5,184,144). Sum of RGB (Red+Green+Blue) = 5+184+144=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #05B890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B890 is #FA476F. Grayscale: #7D7D7D. Windows color (decimal): -16402288 or 9484293. OLE color: 9484293.

HSL color Cylindrical-coordinate representation of color #05B890: hue angle of 166.59º 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 #05B890 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 184 144 -
CMYK 0.97 0 0.22 0.28
HSL 166.59º 0.95% 0.37% -
HSV(B) 166.59º 0.97% 0.72% -
XYZ 22.24 36.33 32.23 -
YUV 125.92 138.2 41.75 -
System Red Green Blue C M Y K H S L
Decimal 5 184 144 0.97 0 0.22 0.28 166.59 0.95 0.37
Hex 5 B8 90 61 0 16 1C A7 5F 25
Octal 5 270 220 141 0 26 34 247 137 45
Binary 101 10111000 10010000 1100001 0 10110 11100 10100111 1011111 100101

Color Harmonies of #05B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B890

Black with #05B890

Text Example


Text Example

White with #05B890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05B890;
 }
 .AnyTagClassName
 {
   color: #05B890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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