Html Css Color HEX #8DF8CE Aquamarine

📋 copy color: '#8DF8CE'

red 141 ◦ green 248 ◦ blue 206

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

Shades of Aquamarine #8DF8CE

Tints of Aquamarine #8DF8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.68%

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 23.7%
G = 41.68%
B = 34.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#8DF8CE (or 0x8DF8CE) is known color: Aquamarine. HEX triplet: 8D, F8 and CE. RGB value is (141,248,206). Sum of RGB (Red+Green+Blue) = 141+248+206=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8CE is #720731. Grayscale: #D3D3D3. Windows color (decimal): -7472946 or 13564045. OLE color: 13564045.

HSL color Cylindrical-coordinate representation of color #8DF8CE: hue angle of 156.45º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8CE is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 248 206 -
CMYK 0.43 0 0.17 0.03
HSL 156.45º 0.88% 0.76% -
HSV(B) 156.45º 0.43% 0.97% -
XYZ 55.69 77.25 70.37 -
YUV 211.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 141 248 206 0.43 0 0.17 0.03 156.45 0.88 0.76
Hex 8D F8 CE 2B 0 11 3 9C 58 4C
Octal 215 370 316 53 0 21 3 234 130 114
Binary 10001101 11111000 11001110 101011 0 10001 11 10011100 1011000 1001100

Color Harmonies of #8DF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF8CE

Black with #8DF8CE

Text Example


Text Example

White with #8DF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,248,206); }

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

background-color css

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

 a { background-color: rgb(141,248,206); }

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

border-color css

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

 span { border-color: rgb(141,248,206); }

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