Html Css Color HEX #8EFEEB Aquamarine

📋 copy color: '#8EFEEB'

red 142 ◦ green 254 ◦ blue 235

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

Shades of Aquamarine #8EFEEB

Tints of Aquamarine #8EFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.25%

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

R = 22.5%
G = 40.25%
B = 37.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#8EFEEB (or 0x8EFEEB) is known color: Aquamarine. HEX triplet: 8E, FE and EB. RGB value is (142,254,235). Sum of RGB (Red+Green+Blue) = 142+254+235=631 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.50% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFEEB is #710114. Grayscale: #DADADA. Windows color (decimal): -7405845 or 15466126. OLE color: 15466126.

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

Color convert

RGB 142 254 235 -
CMYK 0.44 0 0.07 0.00
HSL 169.82º 0.98% 0.78% -
HSV(B) 169.82º 0.44% 1% -
XYZ 61.59 82.63 91.3 -
YUV 218.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 142 254 235 0.44 0 0.07 0.00 169.82 0.98 0.78
Hex 8E FE EB 2C 0 7 0 AA 62 4E
Octal 216 376 353 54 0 7 0 252 142 116
Binary 10001110 11111110 11101011 101100 0 111 0 10101010 1100010 1001110

Color Harmonies of #8EFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFEEB

Black with #8EFEEB

Text Example


Text Example

White with #8EFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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