Html Css Color HEX #00EFB2 Medium Spring Green

📋 copy color: '#00EFB2'

red 0 ◦ green 239 ◦ blue 178

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

Shades of Medium Spring Green #00EFB2

Tints of Medium Spring Green #00EFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 0%
G = 57.31%
B = 42.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#00EFB2 (or 0x00EFB2) is known color: Medium Spring Green. HEX triplet: 00, EF and B2. RGB value is (0,239,178). Sum of RGB (Red+Green+Blue) = 0+239+178=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EFB2 is #FF104D. Grayscale: #A0A0A0. Windows color (decimal): -16715854 or 11726592. OLE color: 11726592.

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

Color convert

RGB 0 239 178 -
CMYK 1 0 0.26 0.06
HSL 164.69º 1% 0.47% -
HSV(B) 164.69º 1% 0.94% -
XYZ 38.9 64.95 52.61 -
YUV 160.59 137.82 13.46 -
System Red Green Blue C M Y K H S L
Decimal 0 239 178 1 0 0.26 0.06 164.69 1 0.47
Hex 0 EF B2 64 0 1A 6 A5 64 2F
Octal 0 357 262 144 0 32 6 245 144 57
Binary 0 11101111 10110010 1100100 0 11010 110 10100101 1100100 101111

Color Harmonies of #00EFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EFB2

Black with #00EFB2

Text Example


Text Example

White with #00EFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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