Html Css Color HEX #05AEAB Persian Green

📋 copy color: '#05AEAB'

red 5 ◦ green 174 ◦ blue 171

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

Shades of Persian Green #05AEAB

Tints of Persian Green #05AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.71%

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

R = 1.43%
G = 49.71%
B = 48.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#05AEAB (or 0x05AEAB) is known color: Persian Green. HEX triplet: 05, AE and AB. RGB value is (5,174,171). Sum of RGB (Red+Green+Blue) = 5+174+171=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #05AEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AEAB is #FA5154. Grayscale: #7A7A7A. Windows color (decimal): -16404821 or 11251205. OLE color: 11251205.

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

Color convert

RGB 5 174 171 -
CMYK 0.97 0 0.02 0.32
HSL 178.93º 0.94% 0.35% -
HSV(B) 178.93º 0.97% 0.68% -
XYZ 22.55 33.24 43.76 -
YUV 123.13 155.01 43.74 -
System Red Green Blue C M Y K H S L
Decimal 5 174 171 0.97 0 0.02 0.32 178.93 0.94 0.35
Hex 5 AE AB 61 0 2 20 B3 5E 23
Octal 5 256 253 141 0 2 40 263 136 43
Binary 101 10101110 10101011 1100001 0 10 100000 10110011 1011110 100011

Color Harmonies of #05AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AEAB

Black with #05AEAB

Text Example


Text Example

White with #05AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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