Html Css Color HEX #21FCBC Medium Spring Green

📋 copy color: '#21FCBC'

red 33 ◦ green 252 ◦ blue 188

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

Shades of Medium Spring Green #21FCBC

Tints of Medium Spring Green #21FCBC

RGB

 RED value IS 33 (13.28% from 255) = 6.98%

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 6.98%
G = 53.28%
B = 39.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#21FCBC (or 0x21FCBC) is known color: Medium Spring Green. HEX triplet: 21, FC and BC. RGB value is (33,252,188). Sum of RGB (Red+Green+Blue) = 33+252+188=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #21FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FCBC is #DE0343. Grayscale: #B3B3B3. Windows color (decimal): -14549828 or 12385313. OLE color: 12385313.

HSL color Cylindrical-coordinate representation of color #21FCBC: hue angle of 162.47º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FCBC is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 252 188 -
CMYK 0.87 0 0.25 0.01
HSL 162.47º 0.97% 0.56% -
HSV(B) 162.47º 0.87% 0.99% -
XYZ 44.51 73.57 59.43 -
YUV 179.22 132.95 23.7 -
System Red Green Blue C M Y K H S L
Decimal 33 252 188 0.87 0 0.25 0.01 162.47 0.97 0.56
Hex 21 FC BC 57 0 19 1 A2 61 38
Octal 41 374 274 127 0 31 1 242 141 70
Binary 100001 11111100 10111100 1010111 0 11001 1 10100010 1100001 111000

Color Harmonies of #21FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FCBC

Black with #21FCBC

Text Example


Text Example

White with #21FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21FCBC; }

 p { color: rgb(33,252,188); }

 H1.HeaderClassName
 {
   color: #21FCBC;
 }
 .AnyTagClassName
 {
   color: #21FCBC;
 }
</style>

background-color css

<style>
 a { background-color: #21FCBC; }

 a { background-color: rgb(33,252,188); }

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

border-color css

<style>
 span { border-color: #21FCBC; }

 span { border-color: rgb(33,252,188); }

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