Html Css Color HEX #05F0AB Medium Spring Green

📋 copy color: '#05F0AB'

red 5 ◦ green 240 ◦ blue 171

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

Shades of Medium Spring Green #05F0AB

Tints of Medium Spring Green #05F0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.69%

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

R = 1.2%
G = 57.69%
B = 41.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#05F0AB (or 0x05F0AB) is known color: Medium Spring Green. HEX triplet: 05, F0 and AB. RGB value is (5,240,171). Sum of RGB (Red+Green+Blue) = 5+240+171=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F0AB is #FA0F54. Grayscale: #A1A1A1. Windows color (decimal): -16387925 or 11268101. OLE color: 11268101.

HSL color Cylindrical-coordinate representation of color #05F0AB: hue angle of 162.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F0AB is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 240 171 -
CMYK 0.98 0 0.29 0.06
HSL 162.38º 0.96% 0.48% -
HSV(B) 162.38º 0.98% 0.94% -
XYZ 38.57 65.29 49.1 -
YUV 161.87 133.14 16.11 -
System Red Green Blue C M Y K H S L
Decimal 5 240 171 0.98 0 0.29 0.06 162.38 0.96 0.48
Hex 5 F0 AB 62 0 1D 6 A2 60 30
Octal 5 360 253 142 0 35 6 242 140 60
Binary 101 11110000 10101011 1100010 0 11101 110 10100010 1100000 110000

Color Harmonies of #05F0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F0AB

Black with #05F0AB

Text Example


Text Example

White with #05F0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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