#67e0a0

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

Shades of Medium Aquamarine #67E0A0

Tints of Medium Aquamarine #67E0A0

Color information

#67E0A0 (or 0x67E0A0) is unknown color: approx Medium Aquamarine. HEX triplet: 67, E0 and A0. RGB value is (103,224,160). Sum of RGB (Red+Green+Blue) = 103+224+160=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #67E0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67E0A0 is #981F5F. Grayscale: #B4B4B4. Windows color (decimal): -9969504 or 10543207. OLE color: 10543207.

HSL color Cylindrical-coordinate representation of color #67E0A0: hue angle of 148.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67E0A0 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB103224160-
CMYK0.5400.290.12
HSL148.26º66.12%64.12%-
HSV(B)148.26º54.02%87.84%-
XYZ38.5958.7342.56-
YUV180.52116.4172.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.15%
GREEN value IS 224 (87.89% from 255) = 46.00%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=21.15%
G=46.00%
B=32.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1032241600.5400.290.12148.2666.1264.12
Hex67E0A03601DC944240
Octal1473402406603514224102100
Binary1100111111000001010000011011001110111001001010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67e0a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,224,160); }

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

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

 a { background-color: rgb(103,224,160); }

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

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

 span { border-color: rgb(103,224,160); }

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