Html Css Color HEX #5FF696 Medium Aquamarine

📋 copy color: '#5FF696'

red 95 ◦ green 246 ◦ blue 150

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

Shades of Medium Aquamarine #5FF696

Tints of Medium Aquamarine #5FF696

RGB

 RED value IS 95 (37.5% from 255) = 19.35%

 GREEN value IS 246 (96.48% from 255) = 50.1%

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

R = 19.35%
G = 50.1%
B = 30.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#5FF696 (or 0x5FF696) is known color: Medium Aquamarine. HEX triplet: 5F, F6 and 96. RGB value is (95,246,150). Sum of RGB (Red+Green+Blue) = 95+246+150=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF696 is #A00969. Grayscale: #BEBEBE. Windows color (decimal): -10488170 or 9893471. OLE color: 9893471.

HSL color Cylindrical-coordinate representation of color #5FF696: hue angle of 141.85º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF696 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 246 150 -
CMYK 0.61 0 0.39 0.04
HSL 141.85º 0.89% 0.67% -
HSV(B) 141.85º 0.61% 0.96% -
XYZ 43.18 70.55 40.2 -
YUV 189.91 105.47 60.31 -
System Red Green Blue C M Y K H S L
Decimal 95 246 150 0.61 0 0.39 0.04 141.85 0.89 0.67
Hex 5F F6 96 3D 0 27 4 8E 59 43
Octal 137 366 226 75 0 47 4 216 131 103
Binary 1011111 11110110 10010110 111101 0 100111 100 10001110 1011001 1000011

Color Harmonies of #5FF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF696

Black with #5FF696

Text Example


Text Example

White with #5FF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF696; }

 p { color: rgb(95,246,150); }

 H1.HeaderClassName
 {
   color: #5FF696;
 }
 .AnyTagClassName
 {
   color: #5FF696;
 }
</style>

background-color css

<style>
 a { background-color: #5FF696; }

 a { background-color: rgb(95,246,150); }

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

border-color css

<style>
 span { border-color: #5FF696; }

 span { border-color: rgb(95,246,150); }

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