#8BEFC8

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

Shades of Aquamarine #8BEFC8

Tints of Aquamarine #8BEFC8

Color information

#8BEFC8 (or 0x8BEFC8) is unknown color: approx Aquamarine. HEX triplet: 8B, EF and C8. RGB value is (139,239,200). Sum of RGB (Red+Green+Blue) = 139+239+200=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFC8 is #741037. Grayscale: #CCCCCC. Windows color (decimal): -7606328 or 13168523. OLE color: 13168523.

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

Color convert

RGB139239200-
CMYK0.4200.160.06
HSL156.6º75.76%74.12%-
HSV(B)156.6º41.84%93.73%-
XYZ51.9471.3965.69-
YUV204.65125.3781.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.05%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=24.05%
G=41.35%
B=34.60%

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
Decimal1392392000.4200.160.06156.675.7674.12
Hex8BEFC82A01069d4c4a
Octal213357310520206235114112
Binary1000101111101111110010001010100100001101001110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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