#8cfeeb

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

Shades of Aquamarine #8CFEEB

Tints of Aquamarine #8CFEEB

Color information

#8CFEEB (or 0x8CFEEB) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and EB. RGB value is (140,254,235). Sum of RGB (Red+Green+Blue) = 140+254+235=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEEB is #730114. Grayscale: #D9D9D9. Windows color (decimal): -7536917 or 15466124. OLE color: 15466124.

HSL color Cylindrical-coordinate representation of color #8CFEEB: hue angle of 170º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEEB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB140254235-
CMYK0.4500.070.00
HSL170º98.28%77.25%-
HSV(B)170º44.88%99.61%-
XYZ61.2582.4691.28-
YUV217.75137.7372.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.26%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=22.26%
G=40.38%
B=37.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402542350.4500.070.0017098.2877.25
Hex8CFEEB2D070aa624d
Octal21437635355070252142115
Binary100011001111111011101011101101011101010101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cfeeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,254,235); }

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

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

 a { background-color: rgb(140,254,235); }

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

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

 span { border-color: rgb(140,254,235); }

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