Html Css Color HEX #8EF8D3 Aquamarine

📋 copy color: '#8EF8D3'

red 142 ◦ green 248 ◦ blue 211

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

Shades of Aquamarine #8EF8D3

Tints of Aquamarine #8EF8D3

RGB

 RED value IS 142 (55.86% from 255) = 23.63%

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

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 23.63%
G = 41.26%
B = 35.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#8EF8D3 (or 0x8EF8D3) is known color: Aquamarine. HEX triplet: 8E, F8 and D3. RGB value is (142,248,211). Sum of RGB (Red+Green+Blue) = 142+248+211=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF8D3 is #71072C. Grayscale: #D4D4D4. Windows color (decimal): -7407405 or 13891726. OLE color: 13891726.

HSL color Cylindrical-coordinate representation of color #8EF8D3: hue angle of 159.06º 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 #8EF8D3 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 142 248 211 -
CMYK 0.43 0 0.15 0.03
HSL 159.06º 0.88% 0.76% -
HSV(B) 159.06º 0.43% 0.97% -
XYZ 56.48 77.59 73.63 -
YUV 212.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 142 248 211 0.43 0 0.15 0.03 159.06 0.88 0.76
Hex 8E F8 D3 2B 0 F 3 9F 58 4C
Octal 216 370 323 53 0 17 3 237 130 114
Binary 10001110 11111000 11010011 101011 0 1111 11 10011111 1011000 1001100

Color Harmonies of #8EF8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF8D3

Black with #8EF8D3

Text Example


Text Example

White with #8EF8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,248,211); }

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

background-color css

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

 a { background-color: rgb(142,248,211); }

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

border-color css

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

 span { border-color: rgb(142,248,211); }

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