Html Css Color HEX #05F8AB Medium Spring Green

📋 copy color: '#05F8AB'

red 5 ◦ green 248 ◦ blue 171

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

Shades of Medium Spring Green #05F8AB

Tints of Medium Spring Green #05F8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.49%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 1.18%
G = 58.49%
B = 40.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#05F8AB (or 0x05F8AB) is known color: Medium Spring Green. HEX triplet: 05, F8 and AB. RGB value is (5,248,171). Sum of RGB (Red+Green+Blue) = 5+248+171=424 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #05F8AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F8AB is #FA0754. Grayscale: #A6A6A6. Windows color (decimal): -16385877 or 11270149. OLE color: 11270149.

HSL color Cylindrical-coordinate representation of color #05F8AB: hue angle of 160.99º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F8AB is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 248 171 -
CMYK 0.98 0 0.31 0.03
HSL 160.99º 0.96% 0.5% -
HSV(B) 160.99º 0.98% 0.97% -
XYZ 40.98 70.11 49.9 -
YUV 166.57 130.49 12.76 -
System Red Green Blue C M Y K H S L
Decimal 5 248 171 0.98 0 0.31 0.03 160.99 0.96 0.5
Hex 5 F8 AB 62 0 1F 3 A1 60 32
Octal 5 370 253 142 0 37 3 241 140 62
Binary 101 11111000 10101011 1100010 0 11111 11 10100001 1100000 110010

Color Harmonies of #05F8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F8AB

Black with #05F8AB

Text Example


Text Example

White with #05F8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,248,171); }

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

background-color css

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

 a { background-color: rgb(5,248,171); }

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

border-color css

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

 span { border-color: rgb(5,248,171); }

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