Html Css Color HEX #8EFCBC Aquamarine

📋 copy color: '#8EFCBC'

red 142 ◦ green 252 ◦ blue 188

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

Shades of Aquamarine #8EFCBC

Tints of Aquamarine #8EFCBC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

 BLUE value IS 188 (73.83% from 255) = 32.3%

R = 24.4%
G = 43.3%
B = 32.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#8EFCBC (or 0x8EFCBC) is known color: Aquamarine. HEX triplet: 8E, FC and BC. RGB value is (142,252,188). Sum of RGB (Red+Green+Blue) = 142+252+188=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFCBC is #710343. Grayscale: #D3D3D3. Windows color (decimal): -7406404 or 12385422. OLE color: 12385422.

HSL color Cylindrical-coordinate representation of color #8EFCBC: hue angle of 145.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFCBC is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 252 188 -
CMYK 0.44 0 0.25 0.01
HSL 145.09º 0.95% 0.77% -
HSV(B) 145.09º 0.44% 0.99% -
XYZ 55.04 79 59.92 -
YUV 211.81 114.56 78.2 -
System Red Green Blue C M Y K H S L
Decimal 142 252 188 0.44 0 0.25 0.01 145.09 0.95 0.77
Hex 8E FC BC 2C 0 19 1 91 5F 4D
Octal 216 374 274 54 0 31 1 221 137 115
Binary 10001110 11111100 10111100 101100 0 11001 1 10010001 1011111 1001101

Color Harmonies of #8EFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFCBC

Black with #8EFCBC

Text Example


Text Example

White with #8EFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,252,188); }

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

background-color css

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

 a { background-color: rgb(142,252,188); }

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

border-color css

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

 span { border-color: rgb(142,252,188); }

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