#67C2B2

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

Shades of Medium Aquamarine #67C2B2

Tints of Medium Aquamarine #67C2B2

Color information

#67C2B2 (or 0x67C2B2) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C2 and B2. RGB value is (103,194,178). Sum of RGB (Red+Green+Blue) = 103+194+178=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #67C2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C2B2 is #983D4D. Grayscale: #A4A4A4. Windows color (decimal): -9977166 or 11715175. OLE color: 11715175.

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

Color convert

RGB103194178-
CMYK0.4700.080.24
HSL169.45º42.72%58.24%-
HSV(B)169.45º46.91%76.08%-
XYZ32.9244.6849.01-
YUV164.97135.3583.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=21.68%
G=40.84%
B=37.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1031941780.4700.080.24169.4542.7258.24
Hex67C2B22F0818a92b3a
Octal14730226257010302515372
Binary11001111100001010110010101111010001100010101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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