#8BFFC5

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

Shades of Aquamarine #8BFFC5

Tints of Aquamarine #8BFFC5

Color information

#8BFFC5 (or 0x8BFFC5) is unknown color: approx Aquamarine. HEX triplet: 8B, FF and C5. RGB value is (139,255,197). Sum of RGB (Red+Green+Blue) = 139+255+197=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFFC5 is #74003A. Grayscale: #D5D5D5. Windows color (decimal): -7602235 or 12976011. OLE color: 12976011.

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

Color convert

RGB139255197-
CMYK0.4500.230
HSL150º100%77.25%-
HSV(B)150º45.49%100%-
XYZ56.4981.0465.49-
YUV213.7118.5774.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=23.52%
G=43.15%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392551970.4500.23015010077.25
Hex8BFFC52D017096644d
Octal213377305550270226144115
Binary10001011111111111100010110110101011101001011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,255,197); }

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

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

 a { background-color: rgb(139,255,197); }

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

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

 span { border-color: rgb(139,255,197); }

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