Html Css Color HEX #8EF7CF Aquamarine

📋 copy color: '#8EF7CF'

red 142 ◦ green 247 ◦ blue 207

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

Shades of Aquamarine #8EF7CF

Tints of Aquamarine #8EF7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

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

R = 23.83%
G = 41.44%
B = 34.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#8EF7CF (or 0x8EF7CF) is known color: Aquamarine. HEX triplet: 8E, F7 and CF. RGB value is (142,247,207). Sum of RGB (Red+Green+Blue) = 142+247+207=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF7CF is #710830. Grayscale: #D3D3D3. Windows color (decimal): -7407665 or 13629326. OLE color: 13629326.

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

Color convert

RGB 142 247 207 -
CMYK 0.43 0 0.16 0.03
HSL 157.14º 0.87% 0.76% -
HSV(B) 157.14º 0.43% 0.97% -
XYZ 55.68 76.78 70.92 -
YUV 211.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 142 247 207 0.43 0 0.16 0.03 157.14 0.87 0.76
Hex 8E F7 CF 2B 0 10 3 9D 57 4C
Octal 216 367 317 53 0 20 3 235 127 114
Binary 10001110 11110111 11001111 101011 0 10000 11 10011101 1010111 1001100

Color Harmonies of #8EF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF7CF

Black with #8EF7CF

Text Example


Text Example

White with #8EF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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