Html Css Color HEX #8DFEDB Aquamarine

📋 copy color: '#8DFEDB'

red 141 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #8DFEDB

Tints of Aquamarine #8DFEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 22.96%
G = 41.37%
B = 35.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#8DFEDB (or 0x8DFEDB) is known color: Aquamarine. HEX triplet: 8D, FE and DB. RGB value is (141,254,219). Sum of RGB (Red+Green+Blue) = 141+254+219=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEDB is #720124. Grayscale: #D8D8D8. Windows color (decimal): -7471397 or 14417549. OLE color: 14417549.

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

Color convert

RGB 141 254 219 -
CMYK 0.44 0 0.14 0.00
HSL 161.42º 0.98% 0.77% -
HSV(B) 161.42º 0.44% 1% -
XYZ 59.21 81.66 79.66 -
YUV 216.22 129.56 74.35 -
System Red Green Blue C M Y K H S L
Decimal 141 254 219 0.44 0 0.14 0.00 161.42 0.98 0.77
Hex 8D FE DB 2C 0 E 0 A1 62 4D
Octal 215 376 333 54 0 16 0 241 142 115
Binary 10001101 11111110 11011011 101100 0 1110 0 10100001 1100010 1001101

Color Harmonies of #8DFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFEDB

Black with #8DFEDB

Text Example


Text Example

White with #8DFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,254,219); }

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

background-color css

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

 a { background-color: rgb(141,254,219); }

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

border-color css

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

 span { border-color: rgb(141,254,219); }

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