Html Css Color HEX #8DF5DC Aquamarine

📋 copy color: '#8DF5DC'

red 141 ◦ green 245 ◦ blue 220

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

Shades of Aquamarine #8DF5DC

Tints of Aquamarine #8DF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.43%

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 23.27%
G = 40.43%
B = 36.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#8DF5DC (or 0x8DF5DC) is known color: Aquamarine. HEX triplet: 8D, F5 and DC. RGB value is (141,245,220). Sum of RGB (Red+Green+Blue) = 141+245+220=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF5DC is #720A23. Grayscale: #D3D3D3. Windows color (decimal): -7473700 or 14480781. OLE color: 14480781.

HSL color Cylindrical-coordinate representation of color #8DF5DC: hue angle of 165.58º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF5DC is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 245 220 -
CMYK 0.42 0 0.10 0.04
HSL 165.58º 0.84% 0.76% -
HSV(B) 165.58º 0.42% 0.96% -
XYZ 56.56 76.13 79.42 -
YUV 211.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 141 245 220 0.42 0 0.10 0.04 165.58 0.84 0.76
Hex 8D F5 DC 2A 0 A 4 A6 54 4C
Octal 215 365 334 52 0 12 4 246 124 114
Binary 10001101 11110101 11011100 101010 0 1010 100 10100110 1010100 1001100

Color Harmonies of #8DF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF5DC

Black with #8DF5DC

Text Example


Text Example

White with #8DF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,245,220); }

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

background-color css

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

 a { background-color: rgb(141,245,220); }

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

border-color css

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

 span { border-color: rgb(141,245,220); }

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