#67EDAC

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

Shades of Medium Aquamarine #67EDAC

Tints of Medium Aquamarine #67EDAC

Color information

#67EDAC (or 0x67EDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 67, ED and AC. RGB value is (103,237,172). Sum of RGB (Red+Green+Blue) = 103+237+172=512 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.12% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #67EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67EDAC is #981253. Grayscale: #BDBDBD. Windows color (decimal): -9966164 or 11332967. OLE color: 11332967.

HSL color Cylindrical-coordinate representation of color #67EDAC: hue angle of 150.9º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EDAC is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB103237172-
CMYK0.5700.270.07
HSL150.9º78.82%66.67%-
HSV(B)150.9º56.54%92.94%-
XYZ43.3266.4349.57-
YUV189.52118.1166.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.12%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=20.12%
G=46.29%
B=33.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032371720.5700.270.07150.978.8266.67
Hex67EDAC3901B7974f43
Octal147355254710337227117103
Binary110011111101101101011001110010110111111001011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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