Html Css Color HEX #8EFECC Aquamarine

📋 copy color: '#8EFECC'

red 142 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #8EFECC

Tints of Aquamarine #8EFECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34%

R = 23.67%
G = 42.33%
B = 34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#8EFECC (or 0x8EFECC) is known color: Aquamarine. HEX triplet: 8E, FE and CC. RGB value is (142,254,204). Sum of RGB (Red+Green+Blue) = 142+254+204=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFECC is #710133. Grayscale: #D6D6D6. Windows color (decimal): -7405876 or 13434510. OLE color: 13434510.

HSL color Cylindrical-coordinate representation of color #8EFECC: hue angle of 153.21º 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 #8EFECC is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 254 204 -
CMYK 0.44 0 0.20 0.00
HSL 153.21º 0.98% 0.78% -
HSV(B) 153.21º 0.44% 1% -
XYZ 57.5 80.99 69.73 -
YUV 214.81 121.89 76.07 -
System Red Green Blue C M Y K H S L
Decimal 142 254 204 0.44 0 0.20 0.00 153.21 0.98 0.78
Hex 8E FE CC 2C 0 14 0 99 62 4E
Octal 216 376 314 54 0 24 0 231 142 116
Binary 10001110 11111110 11001100 101100 0 10100 0 10011001 1100010 1001110

Color Harmonies of #8EFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFECC

Black with #8EFECC

Text Example


Text Example

White with #8EFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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