Html Css Color HEX #56FA96 Medium Aquamarine

📋 copy color: '#56FA96'

red 86 ◦ green 250 ◦ blue 150

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

Shades of Medium Aquamarine #56FA96

Tints of Medium Aquamarine #56FA96

RGB

 RED value IS 86 (33.98% from 255) = 17.7%

 GREEN value IS 250 (98.05% from 255) = 51.44%

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 17.7%
G = 51.44%
B = 30.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#56FA96 (or 0x56FA96) is known color: Medium Aquamarine. HEX triplet: 56, FA and 96. RGB value is (86,250,150). Sum of RGB (Red+Green+Blue) = 86+250+150=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #56FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FA96 is #A90569. Grayscale: #BDBDBD. Windows color (decimal): -11076970 or 9894486. OLE color: 9894486.

HSL color Cylindrical-coordinate representation of color #56FA96: hue angle of 143.41º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FA96 is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 250 150 -
CMYK 0.66 0 0.4 0.02
HSL 143.41º 0.94% 0.66% -
HSV(B) 143.41º 0.66% 0.98% -
XYZ 43.53 72.55 40.56 -
YUV 189.56 105.67 54.13 -
System Red Green Blue C M Y K H S L
Decimal 86 250 150 0.66 0 0.4 0.02 143.41 0.94 0.66
Hex 56 FA 96 42 0 28 2 8F 5E 42
Octal 126 372 226 102 0 50 2 217 136 102
Binary 1010110 11111010 10010110 1000010 0 101000 10 10001111 1011110 1000010

Color Harmonies of #56FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FA96

Black with #56FA96

Text Example


Text Example

White with #56FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56FA96; }

 p { color: rgb(86,250,150); }

 H1.HeaderClassName
 {
   color: #56FA96;
 }
 .AnyTagClassName
 {
   color: #56FA96;
 }
</style>

background-color css

<style>
 a { background-color: #56FA96; }

 a { background-color: rgb(86,250,150); }

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

border-color css

<style>
 span { border-color: #56FA96; }

 span { border-color: rgb(86,250,150); }

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