Html Css Color HEX #00EFAA Medium Spring Green

📋 copy color: '#00EFAA'

red 0 ◦ green 239 ◦ blue 170

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

Shades of Medium Spring Green #00EFAA

Tints of Medium Spring Green #00EFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 0%
G = 58.44%
B = 41.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#00EFAA (or 0x00EFAA) is known color: Medium Spring Green. HEX triplet: 00, EF and AA. RGB value is (0,239,170). Sum of RGB (Red+Green+Blue) = 0+239+170=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EFAA is #FF1055. Grayscale: #9F9F9F. Windows color (decimal): -16715862 or 11202304. OLE color: 11202304.

HSL color Cylindrical-coordinate representation of color #00EFAA: hue angle of 162.68º 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 #00EFAA is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 239 170 -
CMYK 1 0 0.29 0.06
HSL 162.68º 1% 0.47% -
HSV(B) 162.68º 1% 0.94% -
XYZ 38.12 64.64 48.5 -
YUV 159.67 133.82 14.11 -
System Red Green Blue C M Y K H S L
Decimal 0 239 170 1 0 0.29 0.06 162.68 1 0.47
Hex 0 EF AA 64 0 1D 6 A3 64 2F
Octal 0 357 252 144 0 35 6 243 144 57
Binary 0 11101111 10101010 1100100 0 11101 110 10100011 1100100 101111

Color Harmonies of #00EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EFAA

Black with #00EFAA

Text Example


Text Example

White with #00EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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