#8BEFE4

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

Shades of Aquamarine #8BEFE4

Tints of Aquamarine #8BEFE4

Color information

#8BEFE4 (or 0x8BEFE4) is unknown color: approx Aquamarine. HEX triplet: 8B, EF and E4. RGB value is (139,239,228). Sum of RGB (Red+Green+Blue) = 139+239+228=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFE4 is #74101B. Grayscale: #CFCFCF. Windows color (decimal): -7606300 or 15003531. OLE color: 15003531.

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

Color convert

RGB139239228-
CMYK0.4200.050.06
HSL173.4º75.76%74.12%-
HSV(B)173.4º41.84%93.73%-
XYZ55.5272.8284.53-
YUV207.85139.3778.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.94%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=22.94%
G=39.44%
B=37.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392392280.4200.050.06173.475.7674.12
Hex8BEFE42A056ad4c4a
Octal21335734452056255114112
Binary10001011111011111110010010101001011101010110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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