#05AE9B

Color #05AE9B Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #05AE9B

Tints of Persian Green #05AE9B

Color information

#05AE9B (or 0x05AE9B) is unknown color: approx Persian Green. HEX triplet: 05, AE and 9B. RGB value is (5,174,155). Sum of RGB (Red+Green+Blue) = 5+174+155=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AE9B is #FA5164. Grayscale: #797979. Windows color (decimal): -16404837 or 10202629. OLE color: 10202629.

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

Color convert

RGB5174155-
CMYK0.9700.110.32
HSL173.25º94.41%35.1%-
HSV(B)173.25º97.13%68.24%-
XYZ21.1232.6736.2-
YUV121.3147.0145.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.50%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=1.50%
G=52.10%
B=46.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51741550.9700.110.32173.2594.4135.1
Hex5AE9B610B20ad5e23
Octal52562331410134025513643
Binary1011010111010011011110000101011100000101011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05AE9B;
 }
 .AnyTagClassName
 {
   color: #05AE9B;
 }
</style>
background-color css

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

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

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

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

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

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