Html Css Color HEX #05FCBC Medium Spring Green

📋 copy color: '#05FCBC'

red 5 ◦ green 252 ◦ blue 188

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

Shades of Medium Spring Green #05FCBC

Tints of Medium Spring Green #05FCBC

RGB

 RED value IS 5 (2.34% from 255) = 1.12%

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

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

R = 1.12%
G = 56.63%
B = 42.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#05FCBC (or 0x05FCBC) is known color: Medium Spring Green. HEX triplet: 05, FC and BC. RGB value is (5,252,188). Sum of RGB (Red+Green+Blue) = 5+252+188=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCBC is #FA0343. Grayscale: #AAAAAA. Windows color (decimal): -16384836 or 12385285. OLE color: 12385285.

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

Color convert

RGB 5 252 188 -
CMYK 0.98 0 0.25 0.01
HSL 164.45º 0.98% 0.5% -
HSV(B) 164.45º 0.98% 0.99% -
XYZ 43.95 73.28 59.41 -
YUV 170.85 137.67 9.7 -
System Red Green Blue C M Y K H S L
Decimal 5 252 188 0.98 0 0.25 0.01 164.45 0.98 0.5
Hex 5 FC BC 62 0 19 1 A4 62 32
Octal 5 374 274 142 0 31 1 244 142 62
Binary 101 11111100 10111100 1100010 0 11001 1 10100100 1100010 110010

Color Harmonies of #05FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FCBC

Black with #05FCBC

Text Example


Text Example

White with #05FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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