#67DDAC

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

Shades of Medium Aquamarine #67DDAC

Tints of Medium Aquamarine #67DDAC

Color information

#67DDAC (or 0x67DDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 67, DD and AC. RGB value is (103,221,172). Sum of RGB (Red+Green+Blue) = 103+221+172=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDAC is #982253. Grayscale: #B4B4B4. Windows color (decimal): -9970260 or 11328871. OLE color: 11328871.

HSL color Cylindrical-coordinate representation of color #67DDAC: hue angle of 155.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDAC is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB103221172-
CMYK0.5300.220.13
HSL155.08º63.44%63.53%-
HSV(B)155.08º53.39%86.67%-
XYZ38.957.5848.09-
YUV180.13123.4172.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.77%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=20.77%
G=44.56%
B=34.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032211720.5300.220.13155.0863.4463.53
Hex67DDAC35016D9b3f40
Octal147335254650261523377100
Binary110011111011101101011001101010101101101100110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,221,172); }

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

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

 a { background-color: rgb(103,221,172); }

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

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

 span { border-color: rgb(103,221,172); }

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