Html Css Color HEX #05A69A Persian Green

📋 copy color: '#05A69A'

red 5 ◦ green 166 ◦ blue 154

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

Shades of Persian Green #05A69A

Tints of Persian Green #05A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.08%

 BLUE value IS 154 (60.55% from 255) = 47.38%

R = 1.54%
G = 51.08%
B = 47.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#05A69A (or 0x05A69A) is known color: Persian Green. HEX triplet: 05, A6 and 9A. RGB value is (5,166,154). Sum of RGB (Red+Green+Blue) = 5+166+154=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #05A69A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A69A is #FA5965. Grayscale: #747474. Windows color (decimal): -16406886 or 10135045. OLE color: 10135045.

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

Color convert

RGB 5 166 154 -
CMYK 0.97 0 0.07 0.35
HSL 175.53º 0.94% 0.34% -
HSV(B) 175.53º 0.97% 0.65% -
XYZ 19.53 29.64 35.26 -
YUV 116.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 5 166 154 0.97 0 0.07 0.35 175.53 0.94 0.34
Hex 5 A6 9A 61 0 7 23 B0 5E 22
Octal 5 246 232 141 0 7 43 260 136 42
Binary 101 10100110 10011010 1100001 0 111 100011 10110000 1011110 100010

Color Harmonies of #05A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A69A

Black with #05A69A

Text Example


Text Example

White with #05A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,166,154); }

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

background-color css

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

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

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

border-color css

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

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

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