#67DAAD

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

Shades of Medium Aquamarine #67DAAD

Tints of Medium Aquamarine #67DAAD

Color information

#67DAAD (or 0x67DAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 67, DA and AD. RGB value is (103,218,173). Sum of RGB (Red+Green+Blue) = 103+218+173=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DAAD is #982552. Grayscale: #B2B2B2. Windows color (decimal): -9971027 or 11393639. OLE color: 11393639.

HSL color Cylindrical-coordinate representation of color #67DAAD: hue angle of 156.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DAAD is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB103218173-
CMYK0.5300.210.15
HSL156.52º60.85%62.94%-
HSV(B)156.52º52.75%85.49%-
XYZ38.2156.0448.34-
YUV178.48124.974.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.85%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=20.85%
G=44.13%
B=35.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032181730.5300.210.15156.5260.8562.94
Hex67DAAD35015F9d3d3f
Octal14733225565025172357577
Binary11001111101101010101101110101010101111110011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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