#8BFDC1

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

Shades of Aquamarine #8BFDC1

Tints of Aquamarine #8BFDC1

Color information

#8BFDC1 (or 0x8BFDC1) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and C1. RGB value is (139,253,193). Sum of RGB (Red+Green+Blue) = 139+253+193=585 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.76% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDC1 is #74023E. Grayscale: #D4D4D4. Windows color (decimal): -7602751 or 12713355. OLE color: 12713355.

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

Color convert

RGB139253193-
CMYK0.4500.240.01
HSL148.42º96.61%76.86%-
HSV(B)148.42º45.06%99.22%-
XYZ55.479.5962.89-
YUV212.07117.2375.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.76%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=23.76%
G=43.25%
B=32.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392531930.4500.240.01148.4296.6176.86
Hex8BFDC12D018194614d
Octal213375301550301224141115
Binary10001011111111011100000110110101100011001010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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