Html Css Color HEX #05B49E Persian Green

📋 copy color: '#05B49E'

red 5 ◦ green 180 ◦ blue 158

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

Shades of Persian Green #05B49E

Tints of Persian Green #05B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.48%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 1.46%
G = 52.48%
B = 46.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#05B49E (or 0x05B49E) is known color: Persian Green. HEX triplet: 05, B4 and 9E. RGB value is (5,180,158). Sum of RGB (Red+Green+Blue) = 5+180+158=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #05B49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B49E is #FA4B61. Grayscale: #7D7D7D. Windows color (decimal): -16403298 or 10400773. OLE color: 10400773.

HSL color Cylindrical-coordinate representation of color #05B49E: hue angle of 172.46º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B49E is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 180 158 -
CMYK 0.97 0 0.12 0.29
HSL 172.46º 0.95% 0.36% -
HSV(B) 172.46º 0.97% 0.71% -
XYZ 22.56 35.14 37.94 -
YUV 125.17 146.52 42.29 -
System Red Green Blue C M Y K H S L
Decimal 5 180 158 0.97 0 0.12 0.29 172.46 0.95 0.36
Hex 5 B4 9E 61 0 C 1D AC 5F 24
Octal 5 264 236 141 0 14 35 254 137 44
Binary 101 10110100 10011110 1100001 0 1100 11101 10101100 1011111 100100

Color Harmonies of #05B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B49E

Black with #05B49E

Text Example


Text Example

White with #05B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,180,158); }

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

background-color css

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

 a { background-color: rgb(5,180,158); }

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

border-color css

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

 span { border-color: rgb(5,180,158); }

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