Html Css Color HEX #68FEA1 Medium Aquamarine

📋 copy color: '#68FEA1'

red 104 ◦ green 254 ◦ blue 161

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

Shades of Medium Aquamarine #68FEA1

Tints of Medium Aquamarine #68FEA1

RGB

 RED value IS 104 (41.02% from 255) = 20.04%

 GREEN value IS 254 (99.61% from 255) = 48.94%

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 20.04%
G = 48.94%
B = 31.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#68FEA1 (or 0x68FEA1) is known color: Medium Aquamarine. HEX triplet: 68, FE and A1. RGB value is (104,254,161). Sum of RGB (Red+Green+Blue) = 104+254+161=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FEA1 is #97015E. Grayscale: #C6C6C6. Windows color (decimal): -9896287 or 10616424. OLE color: 10616424.

HSL color Cylindrical-coordinate representation of color #68FEA1: hue angle of 142.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEA1 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 254 161 -
CMYK 0.59 0 0.37 0.00
HSL 142.8º 0.99% 0.7% -
HSV(B) 142.8º 0.59% 1% -
XYZ 47.58 76.4 45.96 -
YUV 198.55 106.81 60.56 -
System Red Green Blue C M Y K H S L
Decimal 104 254 161 0.59 0 0.37 0.00 142.8 0.99 0.7
Hex 68 FE A1 3B 0 25 0 8F 63 46
Octal 150 376 241 73 0 45 0 217 143 106
Binary 1101000 11111110 10100001 111011 0 100101 0 10001111 1100011 1000110

Color Harmonies of #68FEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEA1

Black with #68FEA1

Text Example


Text Example

White with #68FEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68FEA1; }

 p { color: rgb(104,254,161); }

 H1.HeaderClassName
 {
   color: #68FEA1;
 }
 .AnyTagClassName
 {
   color: #68FEA1;
 }
</style>

background-color css

<style>
 a { background-color: #68FEA1; }

 a { background-color: rgb(104,254,161); }

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

border-color css

<style>
 span { border-color: #68FEA1; }

 span { border-color: rgb(104,254,161); }

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