#67EBAF

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

Shades of Medium Aquamarine #67EBAF

Tints of Medium Aquamarine #67EBAF

Color information

#67EBAF (or 0x67EBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 67, EB and AF. RGB value is (103,235,175). Sum of RGB (Red+Green+Blue) = 103+235+175=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #67EBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67EBAF is #981450. Grayscale: #BCBCBC. Windows color (decimal): -9966673 or 11529063. OLE color: 11529063.

HSL color Cylindrical-coordinate representation of color #67EBAF: hue angle of 152.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EBAF is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB103235175-
CMYK0.5600.260.08
HSL152.73º76.74%66.27%-
HSV(B)152.73º56.17%92.16%-
XYZ43.0465.450.91-
YUV188.69120.2766.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.08%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=20.08%
G=45.81%
B=34.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1032351750.5600.260.08152.7376.7466.27
Hex67EBAF3801A8994d42
Octal1473532577003210231115102
Binary1100111111010111010111111100001101010001001100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,235,175); }

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

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

 a { background-color: rgb(103,235,175); }

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

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

 span { border-color: rgb(103,235,175); }

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