#8CF7CB

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

Shades of Aquamarine #8CF7CB

Tints of Aquamarine #8CF7CB

Color information

#8CF7CB (or 0x8CF7CB) is unknown color: approx Aquamarine. HEX triplet: 8C, F7 and CB. RGB value is (140,247,203). Sum of RGB (Red+Green+Blue) = 140+247+203=590 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.73% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF7CB is #730834. Grayscale: #D2D2D2. Windows color (decimal): -7538741 or 13367180. OLE color: 13367180.

HSL color Cylindrical-coordinate representation of color #8CF7CB: hue angle of 155.33º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF7CB is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB140247203-
CMYK0.4300.180.03
HSL155.33º86.99%75.88%-
HSV(B)155.33º43.32%96.86%-
XYZ54.8676.4168.36-
YUV209.99124.0578.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.73%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=23.73%
G=41.86%
B=34.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1402472030.4300.180.03155.3386.9975.88
Hex8CF7CB2B01239b574c
Octal214367313530223233127114
Binary100011001111011111001011101011010010111001101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,247,203); }

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

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

 a { background-color: rgb(140,247,203); }

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

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

 span { border-color: rgb(140,247,203); }

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