Html Css Color HEX #00EFBA Medium Spring Green

📋 copy color: '#00EFBA'

red 0 ◦ green 239 ◦ blue 186

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

Shades of Medium Spring Green #00EFBA

Tints of Medium Spring Green #00EFBA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 56.24%
B = 43.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#00EFBA (or 0x00EFBA) is known color: Medium Spring Green. HEX triplet: 00, EF and BA. RGB value is (0,239,186). Sum of RGB (Red+Green+Blue) = 0+239+186=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EFBA is #FF1045. Grayscale: #A1A1A1. Windows color (decimal): -16715846 or 12250880. OLE color: 12250880.

HSL color Cylindrical-coordinate representation of color #00EFBA: hue angle of 166.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EFBA is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 239 186 -
CMYK 1 0 0.22 0.06
HSL 166.69º 1% 0.47% -
HSV(B) 166.69º 1% 0.94% -
XYZ 39.73 65.28 56.96 -
YUV 161.5 141.82 12.81 -
System Red Green Blue C M Y K H S L
Decimal 0 239 186 1 0 0.22 0.06 166.69 1 0.47
Hex 0 EF BA 64 0 16 6 A7 64 2F
Octal 0 357 272 144 0 26 6 247 144 57
Binary 0 11101111 10111010 1100100 0 10110 110 10100111 1100100 101111

Color Harmonies of #00EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EFBA

Black with #00EFBA

Text Example


Text Example

White with #00EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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