#67D6B0

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

Shades of Medium Aquamarine #67D6B0

Tints of Medium Aquamarine #67D6B0

Color information

#67D6B0 (or 0x67D6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 67, D6 and B0. RGB value is (103,214,176). Sum of RGB (Red+Green+Blue) = 103+214+176=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D6B0 is #98294F. Grayscale: #B0B0B0. Windows color (decimal): -9972048 or 11589223. OLE color: 11589223.

HSL color Cylindrical-coordinate representation of color #67D6B0: hue angle of 159.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D6B0 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB103214176-
CMYK0.5200.180.16
HSL159.46º57.51%62.16%-
HSV(B)159.46º51.87%83.92%-
XYZ37.4854.1149.54-
YUV176.48127.7375.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.89%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=20.89%
G=43.41%
B=35.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032141760.5200.180.16159.4657.5162.16
Hex67D6B034012109f3a3e
Octal14732626064022202377276
Binary110011111010110101100001101000100101000010011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,214,176); }

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

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

 a { background-color: rgb(103,214,176); }

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

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

 span { border-color: rgb(103,214,176); }

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