#8BEED7

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

Shades of Aquamarine #8BEED7

Tints of Aquamarine #8BEED7

Color information

#8BEED7 (or 0x8BEED7) is unknown color: approx Aquamarine. HEX triplet: 8B, EE and D7. RGB value is (139,238,215). Sum of RGB (Red+Green+Blue) = 139+238+215=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEED7 is #741128. Grayscale: #CDCDCD. Windows color (decimal): -7606569 or 14151307. OLE color: 14151307.

HSL color Cylindrical-coordinate representation of color #8BEED7: hue angle of 166.06º degrees, saturation: 0.74, 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 #8BEED7 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB139238215-
CMYK0.4200.100.07
HSL166.06º74.44%73.92%-
HSV(B)166.06º41.6%93.33%-
XYZ53.4971.5475.28-
YUV205.78133.280.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.48%
GREEN value IS 238 (93.36% from 255) = 40.20%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=23.48%
G=40.20%
B=36.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392382150.4200.100.07166.0674.4473.92
Hex8BEED72A0A7a64a4a
Octal213356327520127246112112
Binary100010111110111011010111101010010101111010011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,238,215); }

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

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

 a { background-color: rgb(139,238,215); }

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

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

 span { border-color: rgb(139,238,215); }

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