#8BEFC9

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

Shades of Aquamarine #8BEFC9

Tints of Aquamarine #8BEFC9

Color information

#8BEFC9 (or 0x8BEFC9) is unknown color: approx Aquamarine. HEX triplet: 8B, EF and C9. RGB value is (139,239,201). Sum of RGB (Red+Green+Blue) = 139+239+201=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFC9 is #741036. Grayscale: #CCCCCC. Windows color (decimal): -7606327 or 13234059. OLE color: 13234059.

HSL color Cylindrical-coordinate representation of color #8BEFC9: hue angle of 157.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFC9 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB139239201-
CMYK0.4200.160.06
HSL157.2º75.76%74.12%-
HSV(B)157.2º41.84%93.73%-
XYZ52.0671.4466.3-
YUV204.77125.8781.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.01%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=24.01%
G=41.28%
B=34.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392392010.4200.160.06157.275.7674.12
Hex8BEFC92A01069d4c4a
Octal213357311520206235114112
Binary1000101111101111110010011010100100001101001110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,239,201); }

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

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

 a { background-color: rgb(139,239,201); }

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

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

 span { border-color: rgb(139,239,201); }

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