Html Css Color HEX #5FF694 Medium Aquamarine

📋 copy color: '#5FF694'

red 95 ◦ green 246 ◦ blue 148

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

Shades of Medium Aquamarine #5FF694

Tints of Medium Aquamarine #5FF694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 19.43%
G = 50.31%
B = 30.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#5FF694 (or 0x5FF694) is known color: Medium Aquamarine. HEX triplet: 5F, F6 and 94. RGB value is (95,246,148). Sum of RGB (Red+Green+Blue) = 95+246+148=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF694 is #A0096B. Grayscale: #BDBDBD. Windows color (decimal): -10488172 or 9762399. OLE color: 9762399.

HSL color Cylindrical-coordinate representation of color #5FF694: hue angle of 141.06º 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 #5FF694 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 246 148 -
CMYK 0.61 0 0.40 0.04
HSL 141.06º 0.89% 0.67% -
HSV(B) 141.06º 0.61% 0.96% -
XYZ 43.02 70.48 39.35 -
YUV 189.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 95 246 148 0.61 0 0.40 0.04 141.06 0.89 0.67
Hex 5F F6 94 3D 0 28 4 8D 59 43
Octal 137 366 224 75 0 50 4 215 131 103
Binary 1011111 11110110 10010100 111101 0 101000 100 10001101 1011001 1000011

Color Harmonies of #5FF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF694

Black with #5FF694

Text Example


Text Example

White with #5FF694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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