Html Css Color HEX #8FFEDD Aquamarine

📋 copy color: '#8FFEDD'

red 143 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #8FFEDD

Tints of Aquamarine #8FFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.1%

 BLUE value IS 221 (86.72% from 255) = 35.76%

R = 23.14%
G = 41.1%
B = 35.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#8FFEDD (or 0x8FFEDD) is known color: Aquamarine. HEX triplet: 8F, FE and DD. RGB value is (143,254,221). Sum of RGB (Red+Green+Blue) = 143+254+221=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEDD is #700122. Grayscale: #D9D9D9. Windows color (decimal): -7340323 or 14548623. OLE color: 14548623.

HSL color Cylindrical-coordinate representation of color #8FFEDD: hue angle of 162.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEDD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 254 221 -
CMYK 0.44 0 0.13 0.00
HSL 162.16º 0.98% 0.78% -
HSV(B) 162.16º 0.44% 1% -
XYZ 59.82 81.94 81.07 -
YUV 217.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 143 254 221 0.44 0 0.13 0.00 162.16 0.98 0.78
Hex 8F FE DD 2C 0 D 0 A2 62 4E
Octal 217 376 335 54 0 15 0 242 142 116
Binary 10001111 11111110 11011101 101100 0 1101 0 10100010 1100010 1001110

Color Harmonies of #8FFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFEDD

Black with #8FFEDD

Text Example


Text Example

White with #8FFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,254,221); }

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

background-color css

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

 a { background-color: rgb(143,254,221); }

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

border-color css

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

 span { border-color: rgb(143,254,221); }

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