Html Css Color HEX #68FEAC Aquamarine

📋 copy color: '#68FEAC'

red 104 ◦ green 254 ◦ blue 172

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

Shades of Aquamarine #68FEAC

Tints of Aquamarine #68FEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 19.62%
G = 47.92%
B = 32.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#68FEAC (or 0x68FEAC) is known color: Aquamarine. HEX triplet: 68, FE and AC. RGB value is (104,254,172). Sum of RGB (Red+Green+Blue) = 104+254+172=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FEAC is #970153. Grayscale: #C7C7C7. Windows color (decimal): -9896276 or 11337320. OLE color: 11337320.

HSL color Cylindrical-coordinate representation of color #68FEAC: hue angle of 147.2º 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 #68FEAC is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 254 172 -
CMYK 0.59 0 0.32 0.00
HSL 147.2º 0.99% 0.7% -
HSV(B) 147.2º 0.59% 1% -
XYZ 48.6 76.81 51.29 -
YUV 199.8 112.31 59.67 -
System Red Green Blue C M Y K H S L
Decimal 104 254 172 0.59 0 0.32 0.00 147.2 0.99 0.7
Hex 68 FE AC 3B 0 20 0 93 63 46
Octal 150 376 254 73 0 40 0 223 143 106
Binary 1101000 11111110 10101100 111011 0 100000 0 10010011 1100011 1000110

Color Harmonies of #68FEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEAC

Black with #68FEAC

Text Example


Text Example

White with #68FEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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