#8FFDC4

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

Shades of Aquamarine #8FFDC4

Tints of Aquamarine #8FFDC4

Color information

#8FFDC4 (or 0x8FFDC4) is unknown color: approx Aquamarine. HEX triplet: 8F, FD and C4. RGB value is (143,253,196). Sum of RGB (Red+Green+Blue) = 143+253+196=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDC4 is #70023B. Grayscale: #D5D5D5. Windows color (decimal): -7340604 or 12909967. OLE color: 12909967.

HSL color Cylindrical-coordinate representation of color #8FFDC4: hue angle of 148.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFDC4 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB143253196-
CMYK0.4300.230.01
HSL148.91º96.49%77.65%-
HSV(B)148.91º43.48%99.22%-
XYZ56.4280.0864.71-
YUV213.61118.0677.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.16%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=24.16%
G=42.74%
B=33.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432531960.4300.230.01148.9196.4977.65
Hex8FFDC42B017195604e
Octal217375304530271225140116
Binary10001111111111011100010010101101011111001010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,253,196); }

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

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

 a { background-color: rgb(143,253,196); }

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

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

 span { border-color: rgb(143,253,196); }

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