Html Css Color HEX #05EFBA Medium Spring Green

📋 copy color: '#05EFBA'

red 5 ◦ green 239 ◦ blue 186

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

Shades of Medium Spring Green #05EFBA

Tints of Medium Spring Green #05EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.58%

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 1.16%
G = 55.58%
B = 43.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#05EFBA (or 0x05EFBA) is known color: Medium Spring Green. HEX triplet: 05, EF and BA. RGB value is (5,239,186). Sum of RGB (Red+Green+Blue) = 5+239+186=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFBA is #FA1045. Grayscale: #A2A2A2. Windows color (decimal): -16388166 or 12250885. OLE color: 12250885.

HSL color Cylindrical-coordinate representation of color #05EFBA: hue angle of 166.41º 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 #05EFBA is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 239 186 -
CMYK 0.98 0 0.22 0.06
HSL 166.41º 0.96% 0.48% -
HSV(B) 166.41º 0.98% 0.94% -
XYZ 39.79 65.31 56.96 -
YUV 162.99 140.98 15.31 -
System Red Green Blue C M Y K H S L
Decimal 5 239 186 0.98 0 0.22 0.06 166.41 0.96 0.48
Hex 5 EF BA 62 0 16 6 A6 60 30
Octal 5 357 272 142 0 26 6 246 140 60
Binary 101 11101111 10111010 1100010 0 10110 110 10100110 1100000 110000

Color Harmonies of #05EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFBA

Black with #05EFBA

Text Example


Text Example

White with #05EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,239,186); }

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

background-color css

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

 a { background-color: rgb(5,239,186); }

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

border-color css

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

 span { border-color: rgb(5,239,186); }

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