#8BEFC5

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

Shades of Aquamarine #8BEFC5

Tints of Aquamarine #8BEFC5

Color information

#8BEFC5 (or 0x8BEFC5) is unknown color: approx Aquamarine. HEX triplet: 8B, EF and C5. RGB value is (139,239,197). Sum of RGB (Red+Green+Blue) = 139+239+197=575 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.17% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFC5 is #74103A. Grayscale: #CCCCCC. Windows color (decimal): -7606331 or 12971915. OLE color: 12971915.

HSL color Cylindrical-coordinate representation of color #8BEFC5: hue angle of 154.8º 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 #8BEFC5 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB139239197-
CMYK0.4200.180.06
HSL154.8º75.76%74.12%-
HSV(B)154.8º41.84%93.73%-
XYZ51.5971.2563.86-
YUV204.31123.8781.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.17%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=24.17%
G=41.57%
B=34.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392391970.4200.180.06154.875.7674.12
Hex8BEFC52A01269b4c4a
Octal213357305520226233114112
Binary1000101111101111110001011010100100101101001101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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