#68FDAD

Color #68FDAD Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #68FDAD

Tints of Aquamarine #68FDAD

Color information

#68FDAD (or 0x68FDAD) is unknown color: approx Aquamarine. HEX triplet: 68, FD and AD. RGB value is (104,253,173). Sum of RGB (Red+Green+Blue) = 104+253+173=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FDAD is #970252. Grayscale: #C7C7C7. Windows color (decimal): -9896531 or 11402600. OLE color: 11402600.

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

Color convert

RGB104253173-
CMYK0.5900.320.01
HSL147.79º97.39%70%-
HSV(B)147.79º58.89%99.22%-
XYZ48.3876.2151.7-
YUV199.33113.1460-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 253 (99.22% from 255) = 47.74%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=19.62%
G=47.74%
B=32.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042531730.5900.320.01147.7997.3970
Hex68FDAD3B0201946146
Octal150375255730401224141106
Binary11010001111110110101101111011010000011001010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,253,173); }

 H1.HeaderClassName
 {
   color: #68FDAD;
 }
 .AnyTagClassName
 {
   color: #68FDAD;
 }
</style>
background-color css

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

 a { background-color: rgb(104,253,173); }

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

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

 span { border-color: rgb(104,253,173); }

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