#8CFDDB

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

Shades of Aquamarine #8CFDDB

Tints of Aquamarine #8CFDDB

Color information

#8CFDDB (or 0x8CFDDB) is unknown color: approx Aquamarine. HEX triplet: 8C, FD and DB. RGB value is (140,253,219). Sum of RGB (Red+Green+Blue) = 140+253+219=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDDB is #730224. Grayscale: #D7D7D7. Windows color (decimal): -7537189 or 14417292. OLE color: 14417292.

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

Color convert

RGB140253219-
CMYK0.4500.130.01
HSL161.95º96.58%77.06%-
HSV(B)161.95º44.66%99.22%-
XYZ58.7380.9479.55-
YUV215.34130.0674.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.88%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=22.88%
G=41.34%
B=35.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402532190.4500.130.01161.9596.5877.06
Hex8CFDDB2D0D1a2614d
Octal214375333550151242141115
Binary1000110011111101110110111011010110111010001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,253,219); }

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

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

 a { background-color: rgb(140,253,219); }

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

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

 span { border-color: rgb(140,253,219); }

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