#8FF0C2

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

Shades of Aquamarine #8FF0C2

Tints of Aquamarine #8FF0C2

Color information

#8FF0C2 (or 0x8FF0C2) is unknown color: approx Aquamarine. HEX triplet: 8F, F0 and C2. RGB value is (143,240,194). Sum of RGB (Red+Green+Blue) = 143+240+194=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0C2 is #700F3D. Grayscale: #CDCDCD. Windows color (decimal): -7343934 or 12775567. OLE color: 12775567.

HSL color Cylindrical-coordinate representation of color #8FF0C2: hue angle of 151.55º degrees, saturation: 0.76, 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 #8FF0C2 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB143240194-
CMYK0.4000.190.06
HSL151.55º76.38%75.1%-
HSV(B)151.55º40.42%94.12%-
XYZ52.2372.0562.19-
YUV205.75121.3683.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.78%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=24.78%
G=41.59%
B=33.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432401940.4000.190.06151.5576.3875.1
Hex8FF0C2280136984c4b
Octal217360302500236230114113
Binary1000111111110000110000101010000100111101001100010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,240,194); }

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

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

 a { background-color: rgb(143,240,194); }

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

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

 span { border-color: rgb(143,240,194); }

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