#68F0CA

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

Shades of Aquamarine #68F0CA

Tints of Aquamarine #68F0CA

Color information

#68F0CA (or 0x68F0CA) is unknown color: approx Aquamarine. HEX triplet: 68, F0 and CA. RGB value is (104,240,202). Sum of RGB (Red+Green+Blue) = 104+240+202=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0CA is #970F35. Grayscale: #C3C3C3. Windows color (decimal): -9899830 or 13299816. OLE color: 13299816.

HSL color Cylindrical-coordinate representation of color #68F0CA: hue angle of 163.24º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0CA is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB104240202-
CMYK0.5700.160.06
HSL163.24º81.93%67.45%-
HSV(B)163.24º56.67%94.12%-
XYZ47.5369.5366.79-
YUV195131.9463.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.05%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=19.05%
G=43.96%
B=37.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042402020.5700.160.06163.2481.9367.45
Hex68F0CA390106a35243
Octal150360312710206243122103
Binary110100011110000110010101110010100001101010001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,240,202); }

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

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

 a { background-color: rgb(104,240,202); }

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

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

 span { border-color: rgb(104,240,202); }

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