#8CFBE2

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

Shades of Aquamarine #8CFBE2

Tints of Aquamarine #8CFBE2

Color information

#8CFBE2 (or 0x8CFBE2) is unknown color: approx Aquamarine. HEX triplet: 8C, FB and E2. RGB value is (140,251,226). Sum of RGB (Red+Green+Blue) = 140+251+226=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBE2 is #73041D. Grayscale: #D6D6D6. Windows color (decimal): -7537694 or 14875532. OLE color: 14875532.

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

Color convert

RGB140251226-
CMYK0.4400.100.02
HSL166.49º93.28%76.67%-
HSV(B)166.49º44.22%98.43%-
XYZ59.0480.0684.29-
YUV214.96134.2374.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.69%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=22.69%
G=40.68%
B=36.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402512260.4400.100.02166.4993.2876.67
Hex8CFBE22C0A2a65d4d
Octal214373342540122246135115
Binary10001100111110111110001010110001010101010011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,251,226); }

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

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

 a { background-color: rgb(140,251,226); }

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

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

 span { border-color: rgb(140,251,226); }

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