#67CAAD

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

Shades of Medium Aquamarine #67CAAD

Tints of Medium Aquamarine #67CAAD

Color information

#67CAAD (or 0x67CAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 67, CA and AD. RGB value is (103,202,173). Sum of RGB (Red+Green+Blue) = 103+202+173=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #67CAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CAAD is #983552. Grayscale: #A9A9A9. Windows color (decimal): -9975123 or 11389543. OLE color: 11389543.

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

Color convert

RGB103202173-
CMYK0.4900.140.21
HSL162.42º48.29%59.8%-
HSV(B)162.42º49.01%79.22%-
XYZ34.2648.1447.02-
YUV169.09130.280.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=21.55%
G=42.26%
B=36.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1032021730.4900.140.21162.4248.2959.8
Hex67CAAD310E15a2303c
Octal14731225561016252426074
Binary11001111100101010101101110001011101010110100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,202,173); }

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

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

 a { background-color: rgb(103,202,173); }

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

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

 span { border-color: rgb(103,202,173); }

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