#68F3C2

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

Shades of Aquamarine #68F3C2

Tints of Aquamarine #68F3C2

Color information

#68F3C2 (or 0x68F3C2) is unknown color: approx Aquamarine. HEX triplet: 68, F3 and C2. RGB value is (104,243,194). Sum of RGB (Red+Green+Blue) = 104+243+194=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F3C2 is #970C3D. Grayscale: #C3C3C3. Windows color (decimal): -9899070 or 12776296. OLE color: 12776296.

HSL color Cylindrical-coordinate representation of color #68F3C2: hue angle of 158.85º degrees, saturation: 0.85, 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 #68F3C2 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB104243194-
CMYK0.5700.200.05
HSL158.85º85.28%68.04%-
HSV(B)158.85º57.2%95.29%-
XYZ47.570.9462.23-
YUV195.85126.9562.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 243 (95.31% from 255) = 44.92%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=19.22%
G=44.92%
B=35.86%

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
Decimal1042431940.5700.200.05158.8585.2868.04
Hex68F3C23901459f5544
Octal150363302710245237125104
Binary110100011110011110000101110010101001011001111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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