Html Css Color HEX #8DF9DD Aquamarine

📋 copy color: '#8DF9DD'

red 141 ◦ green 249 ◦ blue 221

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

Shades of Aquamarine #8DF9DD

Tints of Aquamarine #8DF9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.75%

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

R = 23.08%
G = 40.75%
B = 36.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#8DF9DD (or 0x8DF9DD) is known color: Aquamarine. HEX triplet: 8D, F9 and DD. RGB value is (141,249,221). Sum of RGB (Red+Green+Blue) = 141+249+221=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF9DD is #720622. Grayscale: #D5D5D5. Windows color (decimal): -7472675 or 14547341. OLE color: 14547341.

HSL color Cylindrical-coordinate representation of color #8DF9DD: hue angle of 164.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF9DD is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 249 221 -
CMYK 0.43 0 0.11 0.02
HSL 164.44º 0.9% 0.76% -
HSV(B) 164.44º 0.43% 0.98% -
XYZ 57.91 78.63 80.53 -
YUV 213.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 141 249 221 0.43 0 0.11 0.02 164.44 0.9 0.76
Hex 8D F9 DD 2B 0 B 2 A4 5A 4C
Octal 215 371 335 53 0 13 2 244 132 114
Binary 10001101 11111001 11011101 101011 0 1011 10 10100100 1011010 1001100

Color Harmonies of #8DF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF9DD

Black with #8DF9DD

Text Example


Text Example

White with #8DF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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