Html Css Color HEX #13FCBA Medium Spring Green

📋 copy color: '#13FCBA'

red 19 ◦ green 252 ◦ blue 186

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

Shades of Medium Spring Green #13FCBA

Tints of Medium Spring Green #13FCBA

RGB

 RED value IS 19 (7.81% from 255) = 4.16%

 GREEN value IS 252 (98.83% from 255) = 55.14%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 4.16%
G = 55.14%
B = 40.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#13FCBA (or 0x13FCBA) is known color: Medium Spring Green. HEX triplet: 13, FC and BA. RGB value is (19,252,186). Sum of RGB (Red+Green+Blue) = 19+252+186=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCBA is #EC0345. Grayscale: #AEAEAE. Windows color (decimal): -15467334 or 12254227. OLE color: 12254227.

HSL color Cylindrical-coordinate representation of color #13FCBA: hue angle of 163º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FCBA is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 252 186 -
CMYK 0.92 0 0.26 0.01
HSL 163º 0.97% 0.53% -
HSV(B) 163º 0.92% 0.99% -
XYZ 43.94 73.3 58.29 -
YUV 174.81 134.31 16.87 -
System Red Green Blue C M Y K H S L
Decimal 19 252 186 0.92 0 0.26 0.01 163 0.97 0.53
Hex 13 FC BA 5C 0 1A 1 A3 61 35
Octal 23 374 272 134 0 32 1 243 141 65
Binary 10011 11111100 10111010 1011100 0 11010 1 10100011 1100001 110101

Color Harmonies of #13FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FCBA

Black with #13FCBA

Text Example


Text Example

White with #13FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13FCBA; }

 p { color: rgb(19,252,186); }

 H1.HeaderClassName
 {
   color: #13FCBA;
 }
 .AnyTagClassName
 {
   color: #13FCBA;
 }
</style>

background-color css

<style>
 a { background-color: #13FCBA; }

 a { background-color: rgb(19,252,186); }

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

border-color css

<style>
 span { border-color: #13FCBA; }

 span { border-color: rgb(19,252,186); }

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