#68f4c1

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

Shades of Aquamarine #68F4C1

Tints of Aquamarine #68F4C1

Color information

#68F4C1 (or 0x68F4C1) is unknown color: approx Aquamarine. HEX triplet: 68, F4 and C1. RGB value is (104,244,193). Sum of RGB (Red+Green+Blue) = 104+244+193=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4C1 is #970B3E. Grayscale: #C4C4C4. Windows color (decimal): -9898815 or 12711016. OLE color: 12711016.

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

Color convert

RGB104244193-
CMYK0.5700.210.04
HSL158.14º86.42%68.24%-
HSV(B)158.14º57.38%95.69%-
XYZ47.6971.4961.74-
YUV196.33126.1262.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 244 (95.70% from 255) = 45.10%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=19.22%
G=45.10%
B=35.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042441930.5700.210.04158.1486.4268.24
Hex68F4C13901549e5644
Octal150364301710254236126104
Binary110100011110100110000011110010101011001001111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68f4c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,244,193); }

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

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

 a { background-color: rgb(104,244,193); }

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

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

 span { border-color: rgb(104,244,193); }

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