#8BFDC2

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

Shades of Aquamarine #8BFDC2

Tints of Aquamarine #8BFDC2

Color information

#8BFDC2 (or 0x8BFDC2) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and C2. RGB value is (139,253,194). Sum of RGB (Red+Green+Blue) = 139+253+194=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDC2 is #74023D. Grayscale: #D4D4D4. Windows color (decimal): -7602750 or 12778891. OLE color: 12778891.

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

Color convert

RGB139253194-
CMYK0.4500.230.01
HSL148.95º96.61%76.86%-
HSV(B)148.95º45.06%99.22%-
XYZ55.5179.6363.48-
YUV212.19117.7375.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.72%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=23.72%
G=43.17%
B=33.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392531940.4500.230.01148.9596.6176.86
Hex8BFDC22D017195614d
Octal213375302550271225141115
Binary10001011111111011100001010110101011111001010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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