#67CCA4

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

Shades of Medium Aquamarine #67CCA4

Tints of Medium Aquamarine #67CCA4

Color information

#67CCA4 (or 0x67CCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 67, CC and A4. RGB value is (103,204,164). Sum of RGB (Red+Green+Blue) = 103+204+164=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CCA4 is #98335B. Grayscale: #A9A9A9. Windows color (decimal): -9974620 or 10800231. OLE color: 10800231.

HSL color Cylindrical-coordinate representation of color #67CCA4: hue angle of 156.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CCA4 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB103204164-
CMYK0.5000.200.2
HSL156.24º49.75%60.2%-
HSV(B)156.24º49.51%80%-
XYZ33.8948.7542.75-
YUV169.24125.0480.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.87%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=21.87%
G=43.31%
B=34.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1032041640.5000.200.2156.2449.7560.2
Hex67CCA432014149c323c
Octal14731424462024242346274
Binary110011111001100101001001100100101001010010011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,204,164); }

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

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

 a { background-color: rgb(103,204,164); }

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

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

 span { border-color: rgb(103,204,164); }

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