#67C8AB

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

Shades of Medium Aquamarine #67C8AB

Tints of Medium Aquamarine #67C8AB

Color information

#67C8AB (or 0x67C8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C8 and AB. RGB value is (103,200,171). Sum of RGB (Red+Green+Blue) = 103+200+171=474 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.73% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #67C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C8AB is #983754. Grayscale: #A7A7A7. Windows color (decimal): -9975637 or 11257959. OLE color: 11257959.

HSL color Cylindrical-coordinate representation of color #67C8AB: hue angle of 162.06º 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 #67C8AB is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB103200171-
CMYK0.4800.140.22
HSL162.06º46.86%59.41%-
HSV(B)162.06º48.5%78.43%-
XYZ33.647.1345.85-
YUV167.69129.8681.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.73%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=21.73%
G=42.19%
B=36.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1032001710.4800.140.22162.0646.8659.41
Hex67C8AB300E16a22f3b
Octal14731025360016262425773
Binary11001111100100010101011110000011101011010100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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