Html Css Color HEX #8DFAB9 Aquamarine

📋 copy color: '#8DFAB9'

red 141 ◦ green 250 ◦ blue 185

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

Shades of Aquamarine #8DFAB9

Tints of Aquamarine #8DFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 24.48%
G = 43.4%
B = 32.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#8DFAB9 (or 0x8DFAB9) is known color: Aquamarine. HEX triplet: 8D, FA and B9. RGB value is (141,250,185). Sum of RGB (Red+Green+Blue) = 141+250+185=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFAB9 is #720546. Grayscale: #D2D2D2. Windows color (decimal): -7472455 or 12188301. OLE color: 12188301.

HSL color Cylindrical-coordinate representation of color #8DFAB9: hue angle of 144.22º 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 #8DFAB9 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 250 185 -
CMYK 0.44 0 0.26 0.02
HSL 144.22º 0.92% 0.77% -
HSV(B) 144.22º 0.44% 0.98% -
XYZ 53.93 77.54 58.02 -
YUV 210 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 141 250 185 0.44 0 0.26 0.02 144.22 0.92 0.77
Hex 8D FA B9 2C 0 1A 2 90 5C 4D
Octal 215 372 271 54 0 32 2 220 134 115
Binary 10001101 11111010 10111001 101100 0 11010 10 10010000 1011100 1001101

Color Harmonies of #8DFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFAB9

Black with #8DFAB9

Text Example


Text Example

White with #8DFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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