#8BFDCE

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

Shades of Aquamarine #8BFDCE

Tints of Aquamarine #8BFDCE

Color information

#8BFDCE (or 0x8BFDCE) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and CE. RGB value is (139,253,206). Sum of RGB (Red+Green+Blue) = 139+253+206=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDCE is #740231. Grayscale: #D5D5D5. Windows color (decimal): -7602738 or 13565323. OLE color: 13565323.

HSL color Cylindrical-coordinate representation of color #8BFDCE: hue angle of 155.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFDCE is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB139253206-
CMYK0.4500.190.01
HSL155.26º96.61%76.86%-
HSV(B)155.26º45.06%99.22%-
XYZ56.9180.270.87-
YUV213.56123.7374.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.24%
GREEN value IS 253 (99.22% from 255) = 42.31%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=23.24%
G=42.31%
B=34.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392532060.4500.190.01155.2696.6176.86
Hex8BFDCE2D01319b614d
Octal213375316550231233141115
Binary10001011111111011100111010110101001111001101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,253,206); }

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

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

 a { background-color: rgb(139,253,206); }

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

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

 span { border-color: rgb(139,253,206); }

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