#8BEDDE

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

Shades of Aquamarine #8BEDDE

Tints of Aquamarine #8BEDDE

Color information

#8BEDDE (or 0x8BEDDE) is unknown color: approx Aquamarine. HEX triplet: 8B, ED and DE. RGB value is (139,237,222). Sum of RGB (Red+Green+Blue) = 139+237+222=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDDE is #741221. Grayscale: #CDCDCD. Windows color (decimal): -7606818 or 14609803. OLE color: 14609803.

HSL color Cylindrical-coordinate representation of color #8BEDDE: hue angle of 170.82º degrees, saturation: 0.73, 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 #8BEDDE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB139237222-
CMYK0.4100.060.07
HSL170.82º73.13%73.73%-
HSV(B)170.82º41.35%92.94%-
XYZ54.1271.3380.02-
YUV205.99137.0380.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.24%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=23.24%
G=39.63%
B=37.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392372220.4100.060.07170.8273.1373.73
Hex8BEDDE29067ab494a
Octal21335533651067253111112
Binary10001011111011011101111010100101101111010101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,237,222); }

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

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

 a { background-color: rgb(139,237,222); }

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

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

 span { border-color: rgb(139,237,222); }

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