Html Css Color HEX #8EF0CF Aquamarine

📋 copy color: '#8EF0CF'

red 142 ◦ green 240 ◦ blue 207

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

Shades of Aquamarine #8EF0CF

Tints of Aquamarine #8EF0CF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 24.11%
G = 40.75%
B = 35.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#8EF0CF (or 0x8EF0CF) is known color: Aquamarine. HEX triplet: 8E, F0 and CF. RGB value is (142,240,207). Sum of RGB (Red+Green+Blue) = 142+240+207=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF0CF is #710F30. Grayscale: #CECECE. Windows color (decimal): -7409457 or 13627534. OLE color: 13627534.

HSL color Cylindrical-coordinate representation of color #8EF0CF: hue angle of 159.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF0CF is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 240 207 -
CMYK 0.41 0 0.14 0.06
HSL 159.8º 0.77% 0.75% -
HSV(B) 159.8º 0.41% 0.94% -
XYZ 53.58 72.58 70.22 -
YUV 206.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 142 240 207 0.41 0 0.14 0.06 159.8 0.77 0.75
Hex 8E F0 CF 29 0 E 6 A0 4D 4B
Octal 216 360 317 51 0 16 6 240 115 113
Binary 10001110 11110000 11001111 101001 0 1110 110 10100000 1001101 1001011

Color Harmonies of #8EF0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF0CF

Black with #8EF0CF

Text Example


Text Example

White with #8EF0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,240,207); }

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

background-color css

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

 a { background-color: rgb(142,240,207); }

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

border-color css

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

 span { border-color: rgb(142,240,207); }

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