#67D0AE

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

Shades of Medium Aquamarine #67D0AE

Tints of Medium Aquamarine #67D0AE

Color information

#67D0AE (or 0x67D0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 67, D0 and AE. RGB value is (103,208,174). Sum of RGB (Red+Green+Blue) = 103+208+174=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D0AE is #982F51. Grayscale: #ACACAC. Windows color (decimal): -9973586 or 11456615. OLE color: 11456615.

HSL color Cylindrical-coordinate representation of color #67D0AE: hue angle of 160.57º 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 #67D0AE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB103208174-
CMYK0.5000.160.18
HSL160.57º52.76%60.98%-
HSV(B)160.57º50.48%81.57%-
XYZ35.7951.0548.01-
YUV172.73128.7178.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.24%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=21.24%
G=42.89%
B=35.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1032081740.5000.160.18160.5752.7660.98
Hex67D0AE3201012a1353d
Octal14732025662020222416575
Binary110011111010000101011101100100100001001010100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67D0AE; }

 p { color: rgb(103,208,174); }

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

<style>
 a { background-color: #67D0AE; }

 a { background-color: rgb(103,208,174); }

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

<style>
 span { border-color: #67D0AE; }

 span { border-color: rgb(103,208,174); }

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