#8FFBDC

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

Shades of Aquamarine #8FFBDC

Tints of Aquamarine #8FFBDC

Color information

#8FFBDC (or 0x8FFBDC) is unknown color: approx Aquamarine. HEX triplet: 8F, FB and DC. RGB value is (143,251,220). Sum of RGB (Red+Green+Blue) = 143+251+220=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBDC is #700423. Grayscale: #D7D7D7. Windows color (decimal): -7341092 or 14482319. OLE color: 14482319.

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

Color convert

RGB143251220-
CMYK0.4300.120.02
HSL162.78º93.1%77.25%-
HSV(B)162.78º43.03%98.43%-
XYZ58.748080.06-
YUV215.17130.7276.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.29%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=23.29%
G=40.88%
B=35.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432512200.4300.120.02162.7893.177.25
Hex8FFBDC2B0C2a35d4d
Octal217373334530142243135115
Binary10001111111110111101110010101101100101010001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,251,220); }

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

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

 a { background-color: rgb(143,251,220); }

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

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

 span { border-color: rgb(143,251,220); }

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