#8FF1DA

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

Shades of Aquamarine #8FF1DA

Tints of Aquamarine #8FF1DA

Color information

#8FF1DA (or 0x8FF1DA) is unknown color: approx Aquamarine. HEX triplet: 8F, F1 and DA. RGB value is (143,241,218). Sum of RGB (Red+Green+Blue) = 143+241+218=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF1DA is #700E25. Grayscale: #D1D1D1. Windows color (decimal): -7343654 or 14348687. OLE color: 14348687.

HSL color Cylindrical-coordinate representation of color #8FF1DA: hue angle of 165.92º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF1DA is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB143241218-
CMYK0.4100.100.05
HSL165.92º77.78%75.29%-
HSV(B)165.92º40.66%94.51%-
XYZ55.4473.8177.65-
YUV209.08133.0380.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.75%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=23.75%
G=40.03%
B=36.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432412180.4100.100.05165.9277.7875.29
Hex8FF1DA290A5a64e4b
Octal217361332510125246116113
Binary100011111111000111011010101001010101011010011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,241,218); }

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

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

 a { background-color: rgb(143,241,218); }

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

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

 span { border-color: rgb(143,241,218); }

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