#68D09E

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

Shades of Medium Aquamarine #68D09E

Tints of Medium Aquamarine #68D09E

Color information

#68D09E (or 0x68D09E) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D0 and 9E. RGB value is (104,208,158). Sum of RGB (Red+Green+Blue) = 104+208+158=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #68D09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D09E is #972F61. Grayscale: #ABABAB. Windows color (decimal): -9908066 or 10408040. OLE color: 10408040.

HSL color Cylindrical-coordinate representation of color #68D09E: hue angle of 151.15º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D09E is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB104208158-
CMYK0.500.240.18
HSL151.15º52.53%61.18%-
HSV(B)151.15º50%81.57%-
XYZ34.4450.5240.28-
YUV171.2120.5480.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 208 (81.64% from 255) = 44.26%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=22.13%
G=44.26%
B=33.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042081580.500.240.18151.1552.5361.18
Hex68D09E320181297353d
Octal15032023662030222276575
Binary110100011010000100111101100100110001001010010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,208,158); }

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

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

 a { background-color: rgb(104,208,158); }

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

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

 span { border-color: rgb(104,208,158); }

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