Html Css Color HEX #68FCA8 Medium Aquamarine

📋 copy color: '#68FCA8'

red 104 ◦ green 252 ◦ blue 168

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

Shades of Medium Aquamarine #68FCA8

Tints of Medium Aquamarine #68FCA8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

 BLUE value IS 168 (66.02% from 255) = 32.06%

R = 19.85%
G = 48.09%
B = 32.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#68FCA8 (or 0x68FCA8) is known color: Medium Aquamarine. HEX triplet: 68, FC and A8. RGB value is (104,252,168). Sum of RGB (Red+Green+Blue) = 104+252+168=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FCA8 is #970357. Grayscale: #C6C6C6. Windows color (decimal): -9896792 or 11074664. OLE color: 11074664.

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

Color convert

RGB 104 252 168 -
CMYK 0.59 0 0.33 0.01
HSL 145.95º 0.96% 0.7% -
HSV(B) 145.95º 0.59% 0.99% -
XYZ 47.59 75.39 49.09 -
YUV 198.17 110.97 60.83 -
System Red Green Blue C M Y K H S L
Decimal 104 252 168 0.59 0 0.33 0.01 145.95 0.96 0.7
Hex 68 FC A8 3B 0 21 1 92 60 46
Octal 150 374 250 73 0 41 1 222 140 106
Binary 1101000 11111100 10101000 111011 0 100001 1 10010010 1100000 1000110

Color Harmonies of #68FCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FCA8

Black with #68FCA8

Text Example


Text Example

White with #68FCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,252,168); }

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

background-color css

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

 a { background-color: rgb(104,252,168); }

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

border-color css

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

 span { border-color: rgb(104,252,168); }

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