Html Css Color HEX #05A39B Persian Green

📋 copy color: '#05A39B'

red 5 ◦ green 163 ◦ blue 155

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

Shades of Persian Green #05A39B

Tints of Persian Green #05A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.46%

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 1.55%
G = 50.46%
B = 47.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#05A39B (or 0x05A39B) is known color: Persian Green. HEX triplet: 05, A3 and 9B. RGB value is (5,163,155). Sum of RGB (Red+Green+Blue) = 5+163+155=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #05A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A39B is #FA5C64. Grayscale: #727272. Windows color (decimal): -16407653 or 10199813. OLE color: 10199813.

HSL color Cylindrical-coordinate representation of color #05A39B: hue angle of 176.96º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A39B is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 163 155 -
CMYK 0.97 0 0.05 0.36
HSL 176.96º 0.94% 0.33% -
HSV(B) 176.96º 0.97% 0.64% -
XYZ 19.08 28.59 35.52 -
YUV 114.85 150.65 49.65 -
System Red Green Blue C M Y K H S L
Decimal 5 163 155 0.97 0 0.05 0.36 176.96 0.94 0.33
Hex 5 A3 9B 61 0 5 24 B1 5E 21
Octal 5 243 233 141 0 5 44 261 136 41
Binary 101 10100011 10011011 1100001 0 101 100100 10110001 1011110 100001

Color Harmonies of #05A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A39B

Black with #05A39B

Text Example


Text Example

White with #05A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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