Html Css Color HEX #8FFDD7 Aquamarine

📋 copy color: '#8FFDD7'

red 143 ◦ green 253 ◦ blue 215

#8FFDD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #8FFDD7

Tints of Aquamarine #8FFDD7

RGB

 RED value IS 143 (56.25% from 255) = 23.4%

 GREEN value IS 253 (99.22% from 255) = 41.41%

 BLUE value IS 215 (84.38% from 255) = 35.19%

R = 23.4%
G = 41.41%
B = 35.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#8FFDD7 (or 0x8FFDD7) is known color: Aquamarine. HEX triplet: 8F, FD and D7. RGB value is (143,253,215). Sum of RGB (Red+Green+Blue) = 143+253+215=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDD7 is #700228. Grayscale: #D7D7D7. Windows color (decimal): -7340585 or 14155151. OLE color: 14155151.

HSL color Cylindrical-coordinate representation of color #8FFDD7: hue angle of 159.27º 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 #8FFDD7 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 253 215 -
CMYK 0.43 0 0.15 0.01
HSL 159.27º 0.96% 0.78% -
HSV(B) 159.27º 0.43% 0.99% -
XYZ 58.72 81 76.83 -
YUV 215.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 143 253 215 0.43 0 0.15 0.01 159.27 0.96 0.78
Hex 8F FD D7 2B 0 F 1 9F 60 4E
Octal 217 375 327 53 0 17 1 237 140 116
Binary 10001111 11111101 11010111 101011 0 1111 1 10011111 1100000 1001110

Color Harmonies of #8FFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFDD7

Black with #8FFDD7

Text Example


Text Example

White with #8FFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FFDD7;
 }
 .AnyTagClassName
 {
   color: #8FFDD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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