#8FEFCA

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

Shades of Aquamarine #8FEFCA

Tints of Aquamarine #8FEFCA

Color information

#8FEFCA (or 0x8FEFCA) is unknown color: approx Aquamarine. HEX triplet: 8F, EF and CA. RGB value is (143,239,202). Sum of RGB (Red+Green+Blue) = 143+239+202=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFCA is #701035. Grayscale: #CECECE. Windows color (decimal): -7344182 or 13299599. OLE color: 13299599.

HSL color Cylindrical-coordinate representation of color #8FEFCA: hue angle of 156.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFCA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB143239202-
CMYK0.4000.150.06
HSL156.88º75%74.9%-
HSV(B)156.88º40.17%93.73%-
XYZ52.8571.8466.96-
YUV206.08125.783.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=24.49%
G=40.92%
B=34.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432392020.4000.150.06156.887574.9
Hex8FEFCA280F69d4b4b
Octal217357312500176235113113
Binary100011111110111111001010101000011111101001110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,239,202); }

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

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

 a { background-color: rgb(143,239,202); }

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

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

 span { border-color: rgb(143,239,202); }

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