Html Css Color HEX #8EFDDC Aquamarine

📋 copy color: '#8EFDDC'

red 142 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #8EFDDC

Tints of Aquamarine #8EFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 23.09%
G = 41.14%
B = 35.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#8EFDDC (or 0x8EFDDC) is known color: Aquamarine. HEX triplet: 8E, FD and DC. RGB value is (142,253,220). Sum of RGB (Red+Green+Blue) = 142+253+220=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDDC is #710223. Grayscale: #D8D8D8. Windows color (decimal): -7406116 or 14482830. OLE color: 14482830.

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

Color convert

RGB 142 253 220 -
CMYK 0.44 0 0.13 0.01
HSL 162.16º 0.97% 0.77% -
HSV(B) 162.16º 0.44% 0.99% -
XYZ 59.2 81.17 80.26 -
YUV 216.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 142 253 220 0.44 0 0.13 0.01 162.16 0.97 0.77
Hex 8E FD DC 2C 0 D 1 A2 61 4D
Octal 216 375 334 54 0 15 1 242 141 115
Binary 10001110 11111101 11011100 101100 0 1101 1 10100010 1100001 1001101

Color Harmonies of #8EFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDDC

Black with #8EFDDC

Text Example


Text Example

White with #8EFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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