#8AEECF

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

Shades of Aquamarine #8AEECF

Tints of Aquamarine #8AEECF

Color information

#8AEECF (or 0x8AEECF) is unknown color: approx Aquamarine. HEX triplet: 8A, EE and CF. RGB value is (138,238,207). Sum of RGB (Red+Green+Blue) = 138+238+207=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEECF is #751130. Grayscale: #CCCCCC. Windows color (decimal): -7672113 or 13627018. OLE color: 13627018.

HSL color Cylindrical-coordinate representation of color #8AEECF: hue angle of 161.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEECF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB138238207-
CMYK0.4200.130.07
HSL161.4º74.63%73.73%-
HSV(B)161.4º42.02%93.33%-
XYZ52.3271.0669.99-
YUV204.57129.3780.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=23.67%
G=40.82%
B=35.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382382070.4200.130.07161.474.6373.73
Hex8AEECF2A0D7a14b4a
Octal212356317520157241113112
Binary100010101110111011001111101010011011111010000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AEECF; }

 p { color: rgb(138,238,207); }

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

<style>
 a { background-color: #8AEECF; }

 a { background-color: rgb(138,238,207); }

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

<style>
 span { border-color: #8AEECF; }

 span { border-color: rgb(138,238,207); }

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