Html Css Color HEX #8EFFC1 Aquamarine

📋 copy color: '#8EFFC1'

red 142 ◦ green 255 ◦ blue 193

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

Shades of Aquamarine #8EFFC1

Tints of Aquamarine #8EFFC1

RGB

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

 GREEN value IS 255 (100% from 255) = 43.22%

 BLUE value IS 193 (75.78% from 255) = 32.71%

R = 24.07%
G = 43.22%
B = 32.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#8EFFC1 (or 0x8EFFC1) is known color: Aquamarine. HEX triplet: 8E, FF and C1. RGB value is (142,255,193). Sum of RGB (Red+Green+Blue) = 142+255+193=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFC1 is #71003E. Grayscale: #D6D6D6. Windows color (decimal): -7405631 or 12713870. OLE color: 12713870.

HSL color Cylindrical-coordinate representation of color #8EFFC1: hue angle of 147.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFC1 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 142 255 193 -
CMYK 0.44 0 0.24 0
HSL 147.08º 1% 0.78% -
HSV(B) 147.08º 0.44% 1% -
XYZ 56.54 81.12 63.13 -
YUV 214.15 116.06 76.54 -
System Red Green Blue C M Y K H S L
Decimal 142 255 193 0.44 0 0.24 0 147.08 1 0.78
Hex 8E FF C1 2C 0 18 0 93 64 4E
Octal 216 377 301 54 0 30 0 223 144 116
Binary 10001110 11111111 11000001 101100 0 11000 0 10010011 1100100 1001110

Color Harmonies of #8EFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFFC1

Black with #8EFFC1

Text Example


Text Example

White with #8EFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,255,193); }

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

background-color css

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

 a { background-color: rgb(142,255,193); }

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

border-color css

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

 span { border-color: rgb(142,255,193); }

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