Html Css Color HEX #0FFDBF Medium Spring Green

📋 copy color: '#0FFDBF'

red 15 ◦ green 253 ◦ blue 191

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

Shades of Medium Spring Green #0FFDBF

Tints of Medium Spring Green #0FFDBF

RGB

 RED value IS 15 (6.25% from 255) = 3.27%

 GREEN value IS 253 (99.22% from 255) = 55.12%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 3.27%
G = 55.12%
B = 41.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#0FFDBF (or 0x0FFDBF) is known color: Medium Spring Green. HEX triplet: 0F, FD and BF. RGB value is (15,253,191). Sum of RGB (Red+Green+Blue) = 15+253+191=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDBF is #F00240. Grayscale: #AEAEAE. Windows color (decimal): -15729217 or 12582159. OLE color: 12582159.

HSL color Cylindrical-coordinate representation of color #0FFDBF: hue angle of 164.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDBF is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 191 -
CMYK 0.94 0 0.25 0.01
HSL 164.37º 0.98% 0.53% -
HSV(B) 164.37º 0.94% 0.99% -
XYZ 44.73 74.11 61.24 -
YUV 174.77 137.15 14.04 -
System Red Green Blue C M Y K H S L
Decimal 15 253 191 0.94 0 0.25 0.01 164.37 0.98 0.53
Hex F FD BF 5E 0 19 1 A4 62 35
Octal 17 375 277 136 0 31 1 244 142 65
Binary 1111 11111101 10111111 1011110 0 11001 1 10100100 1100010 110101

Color Harmonies of #0FFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFDBF

Black with #0FFDBF

Text Example


Text Example

White with #0FFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,253,191); }

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

background-color css

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

 a { background-color: rgb(15,253,191); }

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

border-color css

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

 span { border-color: rgb(15,253,191); }

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