#68F6CA

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

Shades of Aquamarine #68F6CA

Tints of Aquamarine #68F6CA

Color information

#68F6CA (or 0x68F6CA) is unknown color: approx Aquamarine. HEX triplet: 68, F6 and CA. RGB value is (104,246,202). Sum of RGB (Red+Green+Blue) = 104+246+202=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6CA is #970935. Grayscale: #C6C6C6. Windows color (decimal): -9898294 or 13301352. OLE color: 13301352.

HSL color Cylindrical-coordinate representation of color #68F6CA: hue angle of 161.41º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6CA is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB104246202-
CMYK0.5800.180.04
HSL161.41º88.75%68.63%-
HSV(B)161.41º57.72%96.47%-
XYZ49.3373.1267.39-
YUV198.53129.9660.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.84%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=18.84%
G=44.57%
B=36.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042462020.5800.180.04161.4188.7568.63
Hex68F6CA3A0124a15945
Octal150366312720224241131105
Binary110100011110110110010101110100100101001010000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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