Html Css Color HEX #05ABAB Persian Green

📋 copy color: '#05ABAB'

red 5 ◦ green 171 ◦ blue 171

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

Shades of Persian Green #05ABAB

Tints of Persian Green #05ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 1.44%
G = 49.28%
B = 49.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#05ABAB (or 0x05ABAB) is known color: Persian Green. HEX triplet: 05, AB and AB. RGB value is (5,171,171). Sum of RGB (Red+Green+Blue) = 5+171+171=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #05ABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05ABAB is #FA5454. Grayscale: #797979. Windows color (decimal): -16405589 or 11250437. OLE color: 11250437.

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

Color convert

RGB 5 171 171 -
CMYK 0.97 0 0 0.33
HSL 180º 0.94% 0.35% -
HSV(B) 180º 0.97% 0.67% -
XYZ 21.98 32.1 43.57 -
YUV 121.37 156 45 -
System Red Green Blue C M Y K H S L
Decimal 5 171 171 0.97 0 0 0.33 180 0.94 0.35
Hex 5 AB AB 61 0 0 21 B4 5E 23
Octal 5 253 253 141 0 0 41 264 136 43
Binary 101 10101011 10101011 1100001 0 0 100001 10110100 1011110 100011

Color Harmonies of #05ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABAB

Black with #05ABAB

Text Example


Text Example

White with #05ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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