#67C9B4

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

Shades of Medium Aquamarine #67C9B4

Tints of Medium Aquamarine #67C9B4

Color information

#67C9B4 (or 0x67C9B4) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C9 and B4. RGB value is (103,201,180). Sum of RGB (Red+Green+Blue) = 103+201+180=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #67C9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C9B4 is #98364B. Grayscale: #A9A9A9. Windows color (decimal): -9975372 or 11848039. OLE color: 11848039.

HSL color Cylindrical-coordinate representation of color #67C9B4: hue angle of 167.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C9B4 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB103201180-
CMYK0.4900.100.21
HSL167.14º47.57%59.61%-
HSV(B)167.14º48.76%78.82%-
XYZ34.7247.9550.61-
YUV169.3134.0380.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.28%
GREEN value IS 201 (78.91% from 255) = 41.53%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=21.28%
G=41.53%
B=37.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1032011800.4900.100.21167.1447.5759.61
Hex67C9B4310A15a7303c
Octal14731126461012252476074
Binary11001111100100110110100110001010101010110100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,201,180); }

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

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

 a { background-color: rgb(103,201,180); }

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

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

 span { border-color: rgb(103,201,180); }

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