Html Css Color HEX #04EFAF Medium Spring Green

📋 copy color: '#04EFAF'

red 4 ◦ green 239 ◦ blue 175

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

Shades of Medium Spring Green #04EFAF

Tints of Medium Spring Green #04EFAF

RGB

 RED value IS 4 (1.95% from 255) = 0.96%

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 0.96%
G = 57.18%
B = 41.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#04EFAF (or 0x04EFAF) is known color: Medium Spring Green. HEX triplet: 04, EF and AF. RGB value is (4,239,175). Sum of RGB (Red+Green+Blue) = 4+239+175=418 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 418); Green value is 239 (93.75% from 255 or 57.18% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04EFAF is #FB1050. Grayscale: #A1A1A1. Windows color (decimal): -16453713 or 11529988. OLE color: 11529988.

HSL color Cylindrical-coordinate representation of color #04EFAF: hue angle of 163.66º degrees, saturation: 0.97, 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 #04EFAF is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 239 175 -
CMYK 0.98 0 0.27 0.06
HSL 163.66º 0.97% 0.48% -
HSV(B) 163.66º 0.98% 0.94% -
XYZ 38.65 64.85 51.04 -
YUV 161.44 135.64 15.7 -
System Red Green Blue C M Y K H S L
Decimal 4 239 175 0.98 0 0.27 0.06 163.66 0.97 0.48
Hex 4 EF AF 62 0 1B 6 A4 61 30
Octal 4 357 257 142 0 33 6 244 141 60
Binary 100 11101111 10101111 1100010 0 11011 110 10100100 1100001 110000

Color Harmonies of #04EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFAF

Black with #04EFAF

Text Example


Text Example

White with #04EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04EFAF; }

 p { color: rgb(4,239,175); }

 H1.HeaderClassName
 {
   color: #04EFAF;
 }
 .AnyTagClassName
 {
   color: #04EFAF;
 }
</style>

background-color css

<style>
 a { background-color: #04EFAF; }

 a { background-color: rgb(4,239,175); }

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

border-color css

<style>
 span { border-color: #04EFAF; }

 span { border-color: rgb(4,239,175); }

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