Html Css Color HEX #8EFDEB Aquamarine

📋 copy color: '#8EFDEB'

red 142 ◦ green 253 ◦ blue 235

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

Shades of Aquamarine #8EFDEB

Tints of Aquamarine #8EFDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 22.54%
G = 40.16%
B = 37.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#8EFDEB (or 0x8EFDEB) is known color: Aquamarine. HEX triplet: 8E, FD and EB. RGB value is (142,253,235). Sum of RGB (Red+Green+Blue) = 142+253+235=630 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.54% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEB is #710214. Grayscale: #D9D9D9. Windows color (decimal): -7406101 or 15465870. OLE color: 15465870.

HSL color Cylindrical-coordinate representation of color #8EFDEB: hue angle of 170.27º degrees, saturation: 0.97, 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 #8EFDEB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 253 235 -
CMYK 0.44 0 0.07 0.01
HSL 170.27º 0.97% 0.77% -
HSV(B) 170.27º 0.44% 0.99% -
XYZ 61.28 82 91.2 -
YUV 217.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 142 253 235 0.44 0 0.07 0.01 170.27 0.97 0.77
Hex 8E FD EB 2C 0 7 1 AA 61 4D
Octal 216 375 353 54 0 7 1 252 141 115
Binary 10001110 11111101 11101011 101100 0 111 1 10101010 1100001 1001101

Color Harmonies of #8EFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDEB

Black with #8EFDEB

Text Example


Text Example

White with #8EFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,253,235); }

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

background-color css

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

 a { background-color: rgb(142,253,235); }

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

border-color css

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

 span { border-color: rgb(142,253,235); }

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