#67DDA5

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

Shades of Medium Aquamarine #67DDA5

Tints of Medium Aquamarine #67DDA5

Color information

#67DDA5 (or 0x67DDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 67, DD and A5. RGB value is (103,221,165). Sum of RGB (Red+Green+Blue) = 103+221+165=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDA5 is #98225A. Grayscale: #B3B3B3. Windows color (decimal): -9970267 or 10870119. OLE color: 10870119.

HSL color Cylindrical-coordinate representation of color #67DDA5: hue angle of 151.53º 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 #67DDA5 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB103221165-
CMYK0.5300.250.13
HSL151.53º63.44%63.53%-
HSV(B)151.53º53.39%86.67%-
XYZ38.2457.3144.64-
YUV179.33119.9173.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.06%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=21.06%
G=45.19%
B=33.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032211650.5300.250.13151.5363.4463.53
Hex67DDA535019D983f40
Octal147335245650311523077100
Binary110011111011101101001011101010110011101100110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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