#67C7A4

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

Shades of Medium Aquamarine #67C7A4

Tints of Medium Aquamarine #67C7A4

Color information

#67C7A4 (or 0x67C7A4) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C7 and A4. RGB value is (103,199,164). Sum of RGB (Red+Green+Blue) = 103+199+164=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #67C7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C7A4 is #98385B. Grayscale: #A6A6A6. Windows color (decimal): -9975900 or 10798951. OLE color: 10798951.

HSL color Cylindrical-coordinate representation of color #67C7A4: hue angle of 158.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67C7A4 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB103199164-
CMYK0.4800.180.22
HSL158.12º46.15%59.22%-
HSV(B)158.12º48.24%78.04%-
XYZ32.7246.4142.36-
YUV166.31126.782.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.10%
GREEN value IS 199 (78.12% from 255) = 42.70%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=22.10%
G=42.70%
B=35.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031991640.4800.180.22158.1246.1559.22
Hex67C7A430012169e2e3b
Octal14730724460022262365673
Binary110011111000111101001001100000100101011010011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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