Html Css Color HEX #8EFDCD Aquamarine

📋 copy color: '#8EFDCD'

red 142 ◦ green 253 ◦ blue 205

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

Shades of Aquamarine #8EFDCD

Tints of Aquamarine #8EFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 23.67%
G = 42.17%
B = 34.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#8EFDCD (or 0x8EFDCD) is known color: Aquamarine. HEX triplet: 8E, FD and CD. RGB value is (142,253,205). Sum of RGB (Red+Green+Blue) = 142+253+205=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCD is #710232. Grayscale: #D6D6D6. Windows color (decimal): -7406131 or 13499790. OLE color: 13499790.

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

Color convert

RGB 142 253 205 -
CMYK 0.44 0 0.19 0.01
HSL 154.05º 0.97% 0.77% -
HSV(B) 154.05º 0.44% 0.99% -
XYZ 57.3 80.41 70.26 -
YUV 214.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 142 253 205 0.44 0 0.19 0.01 154.05 0.97 0.77
Hex 8E FD CD 2C 0 13 1 9A 61 4D
Octal 216 375 315 54 0 23 1 232 141 115
Binary 10001110 11111101 11001101 101100 0 10011 1 10011010 1100001 1001101

Color Harmonies of #8EFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDCD

Black with #8EFDCD

Text Example


Text Example

White with #8EFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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