Html Css Color HEX #05B0A0 Persian Green

📋 copy color: '#05B0A0'

red 5 ◦ green 176 ◦ blue 160

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

Shades of Persian Green #05B0A0

Tints of Persian Green #05B0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 1.47%
G = 51.61%
B = 46.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#05B0A0 (or 0x05B0A0) is known color: Persian Green. HEX triplet: 05, B0 and A0. RGB value is (5,176,160). Sum of RGB (Red+Green+Blue) = 5+176+160=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #05B0A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B0A0 is #FA4F5F. Grayscale: #7A7A7A. Windows color (decimal): -16404320 or 10530821. OLE color: 10530821.

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

Color convert

RGB 5 176 160 -
CMYK 0.97 0 0.09 0.31
HSL 174.39º 0.94% 0.35% -
HSV(B) 174.39º 0.97% 0.69% -
XYZ 21.93 33.62 38.59 -
YUV 123.05 148.85 43.8 -
System Red Green Blue C M Y K H S L
Decimal 5 176 160 0.97 0 0.09 0.31 174.39 0.94 0.35
Hex 5 B0 A0 61 0 9 1F AE 5E 23
Octal 5 260 240 141 0 11 37 256 136 43
Binary 101 10110000 10100000 1100001 0 1001 11111 10101110 1011110 100011

Color Harmonies of #05B0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B0A0

Black with #05B0A0

Text Example


Text Example

White with #05B0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,176,160); }

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

background-color css

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

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

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

border-color css

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

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

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