#67C2A2

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

Shades of Medium Aquamarine #67C2A2

Tints of Medium Aquamarine #67C2A2

Color information

#67C2A2 (or 0x67C2A2) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C2 and A2. RGB value is (103,194,162). Sum of RGB (Red+Green+Blue) = 103+194+162=459 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.44% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #67C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C2A2 is #983D5D. Grayscale: #A3A3A3. Windows color (decimal): -9977182 or 10666599. OLE color: 10666599.

HSL color Cylindrical-coordinate representation of color #67C2A2: hue angle of 158.9º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C2A2 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB103194162-
CMYK0.4700.160.24
HSL158.9º42.72%58.24%-
HSV(B)158.9º46.91%76.08%-
XYZ31.4144.0841.03-
YUV163.14127.3585.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.44%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=22.44%
G=42.27%
B=35.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1031941620.4700.160.24158.942.7258.24
Hex67C2A22F010189f2b3a
Octal14730224257020302375372
Binary110011111000010101000101011110100001100010011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,194,162); }

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

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

 a { background-color: rgb(103,194,162); }

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

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

 span { border-color: rgb(103,194,162); }

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