#67D8A4

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

Shades of Medium Aquamarine #67D8A4

Tints of Medium Aquamarine #67D8A4

Color information

#67D8A4 (or 0x67D8A4) is unknown color: approx Medium Aquamarine. HEX triplet: 67, D8 and A4. RGB value is (103,216,164). Sum of RGB (Red+Green+Blue) = 103+216+164=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D8A4 is #98275B. Grayscale: #B0B0B0. Windows color (decimal): -9971548 or 10803303. OLE color: 10803303.

HSL color Cylindrical-coordinate representation of color #67D8A4: hue angle of 152.39º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8A4 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB103216164-
CMYK0.5200.240.15
HSL152.39º59.16%62.55%-
HSV(B)152.39º52.31%84.71%-
XYZ36.8554.6843.73-
YUV176.28121.0675.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.33%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=21.33%
G=44.72%
B=33.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032161640.5200.240.15152.3959.1662.55
Hex67D8A434018F983b3f
Octal14733024464030172307377
Binary11001111101100010100100110100011000111110011000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,216,164); }

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

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

 a { background-color: rgb(103,216,164); }

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

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

 span { border-color: rgb(103,216,164); }

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