Html Css Color HEX #05B189 Persian Green

📋 copy color: '#05B189'

red 5 ◦ green 177 ◦ blue 137

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

Shades of Persian Green #05B189

Tints of Persian Green #05B189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.49%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 1.57%
G = 55.49%
B = 42.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#05B189 (or 0x05B189) is known color: Persian Green. HEX triplet: 05, B1 and 89. RGB value is (5,177,137). Sum of RGB (Red+Green+Blue) = 5+177+137=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #05B189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B189 is #FA4E76. Grayscale: #797979. Windows color (decimal): -16404087 or 9023749. OLE color: 9023749.

HSL color Cylindrical-coordinate representation of color #05B189: hue angle of 166.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B189 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 177 137 -
CMYK 0.97 0 0.23 0.31
HSL 166.05º 0.95% 0.36% -
HSV(B) 166.05º 0.97% 0.69% -
XYZ 20.3 33.28 29.02 -
YUV 121.01 137.02 45.25 -
System Red Green Blue C M Y K H S L
Decimal 5 177 137 0.97 0 0.23 0.31 166.05 0.95 0.36
Hex 5 B1 89 61 0 17 1F A6 5F 24
Octal 5 261 211 141 0 27 37 246 137 44
Binary 101 10110001 10001001 1100001 0 10111 11111 10100110 1011111 100100

Color Harmonies of #05B189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B189

Black with #05B189

Text Example


Text Example

White with #05B189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,177,137); }

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

background-color css

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

 a { background-color: rgb(5,177,137); }

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

border-color css

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

 span { border-color: rgb(5,177,137); }

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