Html Css Color HEX #14FBBB Medium Spring Green

📋 copy color: '#14FBBB'

red 20 ◦ green 251 ◦ blue 187

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

Shades of Medium Spring Green #14FBBB

Tints of Medium Spring Green #14FBBB

RGB

 RED value IS 20 (8.2% from 255) = 4.37%

 GREEN value IS 251 (98.44% from 255) = 54.8%

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

R = 4.37%
G = 54.8%
B = 40.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#14FBBB (or 0x14FBBB) is known color: Medium Spring Green. HEX triplet: 14, FB and BB. RGB value is (20,251,187). Sum of RGB (Red+Green+Blue) = 20+251+187=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FBBB is #EB0444. Grayscale: #AEAEAE. Windows color (decimal): -15402053 or 12319508. OLE color: 12319508.

HSL color Cylindrical-coordinate representation of color #14FBBB: hue angle of 163.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FBBB is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 251 187 -
CMYK 0.92 0 0.25 0.02
HSL 163.38º 0.97% 0.53% -
HSV(B) 163.38º 0.92% 0.98% -
XYZ 43.76 72.73 58.75 -
YUV 174.64 134.97 17.7 -
System Red Green Blue C M Y K H S L
Decimal 20 251 187 0.92 0 0.25 0.02 163.38 0.97 0.53
Hex 14 FB BB 5C 0 19 2 A3 61 35
Octal 24 373 273 134 0 31 2 243 141 65
Binary 10100 11111011 10111011 1011100 0 11001 10 10100011 1100001 110101

Color Harmonies of #14FBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FBBB

Black with #14FBBB

Text Example


Text Example

White with #14FBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14FBBB; }

 p { color: rgb(20,251,187); }

 H1.HeaderClassName
 {
   color: #14FBBB;
 }
 .AnyTagClassName
 {
   color: #14FBBB;
 }
</style>

background-color css

<style>
 a { background-color: #14FBBB; }

 a { background-color: rgb(20,251,187); }

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

border-color css

<style>
 span { border-color: #14FBBB; }

 span { border-color: rgb(20,251,187); }

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