Html Css Color HEX #8DFADD Aquamarine

📋 copy color: '#8DFADD'

red 141 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #8DFADD

Tints of Aquamarine #8DFADD

RGB

 RED value IS 141 (55.47% from 255) = 23.04%

 GREEN value IS 250 (98.05% from 255) = 40.85%

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

R = 23.04%
G = 40.85%
B = 36.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#8DFADD (or 0x8DFADD) is known color: Aquamarine. HEX triplet: 8D, FA and DD. RGB value is (141,250,221). Sum of RGB (Red+Green+Blue) = 141+250+221=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFADD is #720522. Grayscale: #D6D6D6. Windows color (decimal): -7472419 or 14547597. OLE color: 14547597.

HSL color Cylindrical-coordinate representation of color #8DFADD: hue angle of 164.04º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFADD is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 250 221 -
CMYK 0.44 0 0.12 0.02
HSL 164.04º 0.92% 0.77% -
HSV(B) 164.04º 0.44% 0.98% -
XYZ 58.22 79.25 80.64 -
YUV 214.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 141 250 221 0.44 0 0.12 0.02 164.04 0.92 0.77
Hex 8D FA DD 2C 0 C 2 A4 5C 4D
Octal 215 372 335 54 0 14 2 244 134 115
Binary 10001101 11111010 11011101 101100 0 1100 10 10100100 1011100 1001101

Color Harmonies of #8DFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFADD

Black with #8DFADD

Text Example


Text Example

White with #8DFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,250,221); }

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

background-color css

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

 a { background-color: rgb(141,250,221); }

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

border-color css

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

 span { border-color: rgb(141,250,221); }

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