#67C8A5

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

Shades of Medium Aquamarine #67C8A5

Tints of Medium Aquamarine #67C8A5

Color information

#67C8A5 (or 0x67C8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C8 and A5. RGB value is (103,200,165). Sum of RGB (Red+Green+Blue) = 103+200+165=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #67C8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C8A5 is #98375A. Grayscale: #A7A7A7. Windows color (decimal): -9975643 or 10864743. OLE color: 10864743.

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

Color convert

RGB103200165-
CMYK0.4800.180.22
HSL158.35º46.86%59.41%-
HSV(B)158.35º48.5%78.43%-
XYZ33.0446.9142.91-
YUV167.01126.8682.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.01%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=22.01%
G=42.74%
B=35.26%

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
Decimal1032001650.4800.180.22158.3546.8659.41
Hex67C8A530012169e2f3b
Octal14731024560022262365773
Binary110011111001000101001011100000100101011010011110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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