Html Css Color HEX #05AB83 Persian Green

📋 copy color: '#05AB83'

red 5 ◦ green 171 ◦ blue 131

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

Shades of Persian Green #05AB83

Tints of Persian Green #05AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.7%

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 1.63%
G = 55.7%
B = 42.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#05AB83 (or 0x05AB83) is known color: Persian Green. HEX triplet: 05, AB and 83. RGB value is (5,171,131). Sum of RGB (Red+Green+Blue) = 5+171+131=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AB83 is #FA547C. Grayscale: #747474. Windows color (decimal): -16405629 or 8628997. OLE color: 8628997.

HSL color Cylindrical-coordinate representation of color #05AB83: hue angle of 165.54º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB83 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 171 131 -
CMYK 0.97 0 0.23 0.33
HSL 165.54º 0.94% 0.35% -
HSV(B) 165.54º 0.97% 0.67% -
XYZ 18.72 30.8 26.43 -
YUV 116.81 136 48.25 -
System Red Green Blue C M Y K H S L
Decimal 5 171 131 0.97 0 0.23 0.33 165.54 0.94 0.35
Hex 5 AB 83 61 0 17 21 A6 5E 23
Octal 5 253 203 141 0 27 41 246 136 43
Binary 101 10101011 10000011 1100001 0 10111 100001 10100110 1011110 100011

Color Harmonies of #05AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AB83

Black with #05AB83

Text Example


Text Example

White with #05AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,171,131); }

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

background-color css

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

 a { background-color: rgb(5,171,131); }

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

border-color css

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

 span { border-color: rgb(5,171,131); }

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