#8DEEE3

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

Shades of Aquamarine #8DEEE3

Tints of Aquamarine #8DEEE3

Color information

#8DEEE3 (or 0x8DEEE3) is unknown color: approx Aquamarine. HEX triplet: 8D, EE and E3. RGB value is (141,238,227). Sum of RGB (Red+Green+Blue) = 141+238+227=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEE3 is #72111C. Grayscale: #CFCFCF. Windows color (decimal): -7475485 or 14937741. OLE color: 14937741.

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

Color convert

RGB141238227-
CMYK0.4100.050.07
HSL173.2º74.05%74.31%-
HSV(B)173.2º40.76%93.33%-
XYZ55.4272.3683.72-
YUV207.74138.8680.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.27%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=23.27%
G=39.27%
B=37.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412382270.4100.050.07173.274.0574.31
Hex8DEEE329057ad4a4a
Octal21535634351057255112112
Binary10001101111011101110001110100101011111010110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,238,227); }

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

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

 a { background-color: rgb(141,238,227); }

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

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

 span { border-color: rgb(141,238,227); }

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