#68F5C3

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

Shades of Aquamarine #68F5C3

Tints of Aquamarine #68F5C3

Color information

#68F5C3 (or 0x68F5C3) is unknown color: approx Aquamarine. HEX triplet: 68, F5 and C3. RGB value is (104,245,195). Sum of RGB (Red+Green+Blue) = 104+245+195=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5C3 is #970A3C. Grayscale: #C5C5C5. Windows color (decimal): -9898557 or 12842344. OLE color: 12842344.

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

Color convert

RGB104245195-
CMYK0.5800.200.04
HSL158.72º87.58%68.43%-
HSV(B)158.72º57.55%96.08%-
XYZ48.2172.1963.02-
YUV197.14126.7961.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.12%
GREEN value IS 245 (96.09% from 255) = 45.04%
BLUE value IS 195 (76.56% from 255) = 35.85%
R=19.12%
G=45.04%
B=35.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042451950.5800.200.04158.7287.5868.43
Hex68F5C33A01449f5844
Octal150365303720244237130104
Binary110100011110101110000111110100101001001001111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,245,195); }

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

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

 a { background-color: rgb(104,245,195); }

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

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

 span { border-color: rgb(104,245,195); }

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