#8BFBD0

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

Shades of Aquamarine #8BFBD0

Tints of Aquamarine #8BFBD0

Color information

#8BFBD0 (or 0x8BFBD0) is unknown color: approx Aquamarine. HEX triplet: 8B, FB and D0. RGB value is (139,251,208). Sum of RGB (Red+Green+Blue) = 139+251+208=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBD0 is #74042F. Grayscale: #D4D4D4. Windows color (decimal): -7603248 or 13695883. OLE color: 13695883.

HSL color Cylindrical-coordinate representation of color #8BFBD0: hue angle of 156.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFBD0 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB139251208-
CMYK0.4500.170.02
HSL156.96º93.33%76.47%-
HSV(B)156.96º44.62%98.43%-
XYZ56.5379.0471.95-
YUV212.61125.3975.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.24%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=23.24%
G=41.97%
B=34.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392512080.4500.170.02156.9693.3376.47
Hex8BFBD02D01129d5d4c
Octal213373320550212235135114
Binary100010111111101111010000101101010001101001110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,251,208); }

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

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

 a { background-color: rgb(139,251,208); }

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

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

 span { border-color: rgb(139,251,208); }

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