Html Css Color HEX #05AB8B Persian Green

📋 copy color: '#05AB8B'

red 5 ◦ green 171 ◦ blue 139

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

Shades of Persian Green #05AB8B

Tints of Persian Green #05AB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 1.59%
G = 54.29%
B = 44.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#05AB8B (or 0x05AB8B) is known color: Persian Green. HEX triplet: 05, AB and 8B. RGB value is (5,171,139). Sum of RGB (Red+Green+Blue) = 5+171+139=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AB8B is #FA5474. Grayscale: #757575. Windows color (decimal): -16405621 or 9153285. OLE color: 9153285.

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

Color convert

RGB 5 171 139 -
CMYK 0.97 0 0.19 0.33
HSL 168.43º 0.94% 0.35% -
HSV(B) 168.43º 0.97% 0.67% -
XYZ 19.29 31.02 29.4 -
YUV 117.72 140 47.6 -
System Red Green Blue C M Y K H S L
Decimal 5 171 139 0.97 0 0.19 0.33 168.43 0.94 0.35
Hex 5 AB 8B 61 0 13 21 A8 5E 23
Octal 5 253 213 141 0 23 41 250 136 43
Binary 101 10101011 10001011 1100001 0 10011 100001 10101000 1011110 100011

Color Harmonies of #05AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AB8B

Black with #05AB8B

Text Example


Text Example

White with #05AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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