#68F1C2

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

Shades of Aquamarine #68F1C2

Tints of Aquamarine #68F1C2

Color information

#68F1C2 (or 0x68F1C2) is unknown color: approx Aquamarine. HEX triplet: 68, F1 and C2. RGB value is (104,241,194). Sum of RGB (Red+Green+Blue) = 104+241+194=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1C2 is #970E3D. Grayscale: #C2C2C2. Windows color (decimal): -9899582 or 12775784. OLE color: 12775784.

HSL color Cylindrical-coordinate representation of color #68F1C2: hue angle of 159.42º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1C2 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB104241194-
CMYK0.5700.200.05
HSL159.42º83.03%67.65%-
HSV(B)159.42º56.85%94.51%-
XYZ46.969.7562.03-
YUV194.68127.6163.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.29%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=19.29%
G=44.71%
B=35.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042411940.5700.200.05159.4283.0367.65
Hex68F1C23901459f5344
Octal150361302710245237123104
Binary110100011110001110000101110010101001011001111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,241,194); }

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

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

 a { background-color: rgb(104,241,194); }

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

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

 span { border-color: rgb(104,241,194); }

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