Html Css Color HEX #05ABA3 Persian Green

📋 copy color: '#05ABA3'

red 5 ◦ green 171 ◦ blue 163

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

Shades of Persian Green #05ABA3

Tints of Persian Green #05ABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 1.47%
G = 50.44%
B = 48.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#05ABA3 (or 0x05ABA3) is known color: Persian Green. HEX triplet: 05, AB and A3. RGB value is (5,171,163). Sum of RGB (Red+Green+Blue) = 5+171+163=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #05ABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05ABA3 is #FA545C. Grayscale: #787878. Windows color (decimal): -16405597 or 10726149. OLE color: 10726149.

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

Color convert

RGB 5 171 163 -
CMYK 0.97 0 0.05 0.33
HSL 177.11º 0.94% 0.35% -
HSV(B) 177.11º 0.97% 0.67% -
XYZ 21.24 31.8 39.67 -
YUV 120.45 152 45.65 -
System Red Green Blue C M Y K H S L
Decimal 5 171 163 0.97 0 0.05 0.33 177.11 0.94 0.35
Hex 5 AB A3 61 0 5 21 B1 5E 23
Octal 5 253 243 141 0 5 41 261 136 43
Binary 101 10101011 10100011 1100001 0 101 100001 10110001 1011110 100011

Color Harmonies of #05ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABA3

Black with #05ABA3

Text Example


Text Example

White with #05ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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