Html Css Color HEX #0EFFBB Medium Spring Green

📋 copy color: '#0EFFBB'

red 14 ◦ green 255 ◦ blue 187

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

Shades of Medium Spring Green #0EFFBB

Tints of Medium Spring Green #0EFFBB

RGB

 RED value IS 14 (5.86% from 255) = 3.07%

 GREEN value IS 255 (100% from 255) = 55.92%

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 3.07%
G = 55.92%
B = 41.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#0EFFBB (or 0x0EFFBB) is known color: Medium Spring Green. HEX triplet: 0E, FF and BB. RGB value is (14,255,187). Sum of RGB (Red+Green+Blue) = 14+255+187=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFBB is #F10044. Grayscale: #AFAFAF. Windows color (decimal): -15794245 or 12320526. OLE color: 12320526.

HSL color Cylindrical-coordinate representation of color #0EFFBB: hue angle of 163.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFBB is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 187 -
CMYK 0.95 0 0.27 0
HSL 163.07º 1% 0.53% -
HSV(B) 163.07º 0.95% 1% -
XYZ 44.91 75.2 59.16 -
YUV 175.19 134.66 13.03 -
System Red Green Blue C M Y K H S L
Decimal 14 255 187 0.95 0 0.27 0 163.07 1 0.53
Hex E FF BB 5F 0 1B 0 A3 64 35
Octal 16 377 273 137 0 33 0 243 144 65
Binary 1110 11111111 10111011 1011111 0 11011 0 10100011 1100100 110101

Color Harmonies of #0EFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFBB

Black with #0EFFBB

Text Example


Text Example

White with #0EFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EFFBB; }

 p { color: rgb(14,255,187); }

 H1.HeaderClassName
 {
   color: #0EFFBB;
 }
 .AnyTagClassName
 {
   color: #0EFFBB;
 }
</style>

background-color css

<style>
 a { background-color: #0EFFBB; }

 a { background-color: rgb(14,255,187); }

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

border-color css

<style>
 span { border-color: #0EFFBB; }

 span { border-color: rgb(14,255,187); }

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