Html Css Color HEX #05A48B Persian Green

📋 copy color: '#05A48B'

red 5 ◦ green 164 ◦ blue 139

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

Shades of Persian Green #05A48B

Tints of Persian Green #05A48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.25%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 1.62%
G = 53.25%
B = 45.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#05A48B (or 0x05A48B) is known color: Persian Green. HEX triplet: 05, A4 and 8B. RGB value is (5,164,139). Sum of RGB (Red+Green+Blue) = 5+164+139=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #05A48B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A48B is #FA5B74. Grayscale: #717171. Windows color (decimal): -16407413 or 9151493. OLE color: 9151493.

HSL color Cylindrical-coordinate representation of color #05A48B: hue angle of 170.57º 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 #05A48B is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 164 139 -
CMYK 0.97 0 0.15 0.36
HSL 170.57º 0.94% 0.33% -
HSV(B) 170.57º 0.97% 0.64% -
XYZ 18 28.45 28.97 -
YUV 113.61 142.32 50.53 -
System Red Green Blue C M Y K H S L
Decimal 5 164 139 0.97 0 0.15 0.36 170.57 0.94 0.33
Hex 5 A4 8B 61 0 F 24 AB 5E 21
Octal 5 244 213 141 0 17 44 253 136 41
Binary 101 10100100 10001011 1100001 0 1111 100100 10101011 1011110 100001

Color Harmonies of #05A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A48B

Black with #05A48B

Text Example


Text Example

White with #05A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,164,139); }

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

background-color css

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

 a { background-color: rgb(5,164,139); }

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

border-color css

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

 span { border-color: rgb(5,164,139); }

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