Html Css Color HEX #05B6A3 Persian Green

📋 copy color: '#05B6A3'

red 5 ◦ green 182 ◦ blue 163

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

Shades of Persian Green #05B6A3

Tints of Persian Green #05B6A3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52%

 BLUE value IS 163 (64.06% from 255) = 46.57%

R = 1.43%
G = 52%
B = 46.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#05B6A3 (or 0x05B6A3) is known color: Persian Green. HEX triplet: 05, B6 and A3. RGB value is (5,182,163). Sum of RGB (Red+Green+Blue) = 5+182+163=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #05B6A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B6A3 is #FA495C. Grayscale: #7E7E7E. Windows color (decimal): -16402781 or 10728965. OLE color: 10728965.

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

Color convert

RGB 5 182 163 -
CMYK 0.97 0 0.10 0.29
HSL 173.56º 0.95% 0.37% -
HSV(B) 173.56º 0.97% 0.71% -
XYZ 23.4 36.13 40.39 -
YUV 126.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 5 182 163 0.97 0 0.10 0.29 173.56 0.95 0.37
Hex 5 B6 A3 61 0 A 1D AE 5F 25
Octal 5 266 243 141 0 12 35 256 137 45
Binary 101 10110110 10100011 1100001 0 1010 11101 10101110 1011111 100101

Color Harmonies of #05B6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B6A3

Black with #05B6A3

Text Example


Text Example

White with #05B6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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