#67D8A5

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

Shades of Medium Aquamarine #67D8A5

Tints of Medium Aquamarine #67D8A5

Color information

#67D8A5 (or 0x67D8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 67, D8 and A5. RGB value is (103,216,165). Sum of RGB (Red+Green+Blue) = 103+216+165=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D8A5 is #98275A. Grayscale: #B0B0B0. Windows color (decimal): -9971547 or 10868839. OLE color: 10868839.

HSL color Cylindrical-coordinate representation of color #67D8A5: hue angle of 152.92º 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 #67D8A5 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB103216165-
CMYK0.5200.240.15
HSL152.92º59.16%62.55%-
HSV(B)152.92º52.31%84.71%-
XYZ36.9454.7144.21-
YUV176.4121.5675.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.28%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=21.28%
G=44.63%
B=34.09%

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
Decimal1032161650.5200.240.15152.9259.1662.55
Hex67D8A534018F993b3f
Octal14733024564030172317377
Binary11001111101100010100101110100011000111110011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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