Html Css Color HEX #56F996 Medium Aquamarine

📋 copy color: '#56F996'

red 86 ◦ green 249 ◦ blue 150

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

Shades of Medium Aquamarine #56F996

Tints of Medium Aquamarine #56F996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.34%

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

R = 17.73%
G = 51.34%
B = 30.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#56F996 (or 0x56F996) is known color: Medium Aquamarine. HEX triplet: 56, F9 and 96. RGB value is (86,249,150). Sum of RGB (Red+Green+Blue) = 86+249+150=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #56F996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F996 is #A90669. Grayscale: #BDBDBD. Windows color (decimal): -11077226 or 9894230. OLE color: 9894230.

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

Color convert

RGB 86 249 150 -
CMYK 0.65 0 0.40 0.02
HSL 143.56º 0.93% 0.66% -
HSV(B) 143.56º 0.65% 0.98% -
XYZ 43.22 71.93 40.46 -
YUV 188.98 106 54.55 -
System Red Green Blue C M Y K H S L
Decimal 86 249 150 0.65 0 0.40 0.02 143.56 0.93 0.66
Hex 56 F9 96 41 0 28 2 90 5D 42
Octal 126 371 226 101 0 50 2 220 135 102
Binary 1010110 11111001 10010110 1000001 0 101000 10 10010000 1011101 1000010

Color Harmonies of #56F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F996

Black with #56F996

Text Example


Text Example

White with #56F996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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