Html Css Color HEX #8EF2CF Aquamarine

📋 copy color: '#8EF2CF'

red 142 ◦ green 242 ◦ blue 207

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

Shades of Aquamarine #8EF2CF

Tints of Aquamarine #8EF2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

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

R = 24.03%
G = 40.95%
B = 35.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#8EF2CF (or 0x8EF2CF) is known color: Aquamarine. HEX triplet: 8E, F2 and CF. RGB value is (142,242,207). Sum of RGB (Red+Green+Blue) = 142+242+207=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF2CF is #710D30. Grayscale: #D0D0D0. Windows color (decimal): -7408945 or 13628046. OLE color: 13628046.

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

Color convert

RGB 142 242 207 -
CMYK 0.41 0 0.14 0.05
HSL 159º 0.79% 0.75% -
HSV(B) 159º 0.41% 0.95% -
XYZ 54.17 73.76 70.41 -
YUV 208.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 142 242 207 0.41 0 0.14 0.05 159 0.79 0.75
Hex 8E F2 CF 29 0 E 5 9F 4F 4B
Octal 216 362 317 51 0 16 5 237 117 113
Binary 10001110 11110010 11001111 101001 0 1110 101 10011111 1001111 1001011

Color Harmonies of #8EF2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF2CF

Black with #8EF2CF

Text Example


Text Example

White with #8EF2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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