#67DDAA

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

Shades of Medium Aquamarine #67DDAA

Tints of Medium Aquamarine #67DDAA

Color information

#67DDAA (or 0x67DDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 67, DD and AA. RGB value is (103,221,170). Sum of RGB (Red+Green+Blue) = 103+221+170=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDAA is #982255. Grayscale: #B3B3B3. Windows color (decimal): -9970262 or 11197799. OLE color: 11197799.

HSL color Cylindrical-coordinate representation of color #67DDAA: hue angle of 154.07º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDAA is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB103221170-
CMYK0.5300.230.13
HSL154.07º63.44%63.53%-
HSV(B)154.07º53.39%86.67%-
XYZ38.7157.547.09-
YUV179.9122.4173.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.85%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=20.85%
G=44.74%
B=34.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032211700.5300.230.13154.0763.4463.53
Hex67DDAA35017D9a3f40
Octal147335252650271523277100
Binary110011111011101101010101101010101111101100110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,221,170); }

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

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

 a { background-color: rgb(103,221,170); }

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

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

 span { border-color: rgb(103,221,170); }

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