#8BFDCA

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

Shades of Aquamarine #8BFDCA

Tints of Aquamarine #8BFDCA

Color information

#8BFDCA (or 0x8BFDCA) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and CA. RGB value is (139,253,202). Sum of RGB (Red+Green+Blue) = 139+253+202=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDCA is #740235. Grayscale: #D5D5D5. Windows color (decimal): -7602742 or 13303179. OLE color: 13303179.

HSL color Cylindrical-coordinate representation of color #8BFDCA: hue angle of 153.16º 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 #8BFDCA is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB139253202-
CMYK0.4500.200.01
HSL153.16º96.61%76.86%-
HSV(B)153.16º45.06%99.22%-
XYZ56.438068.35-
YUV213.1121.7375.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.40%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=23.40%
G=42.59%
B=34.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392532020.4500.200.01153.1696.6176.86
Hex8BFDCA2D014199614d
Octal213375312550241231141115
Binary10001011111111011100101010110101010011001100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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