Html Css Color HEX #8EFDDF Aquamarine

📋 copy color: '#8EFDDF'

red 142 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #8EFDDF

Tints of Aquamarine #8EFDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 22.98%
G = 40.94%
B = 36.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#8EFDDF (or 0x8EFDDF) is known color: Aquamarine. HEX triplet: 8E, FD and DF. RGB value is (142,253,223). Sum of RGB (Red+Green+Blue) = 142+253+223=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDDF is #710220. Grayscale: #D8D8D8. Windows color (decimal): -7406113 or 14679438. OLE color: 14679438.

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

Color convert

RGB 142 253 223 -
CMYK 0.44 0 0.12 0.01
HSL 163.78º 0.97% 0.77% -
HSV(B) 163.78º 0.44% 0.99% -
XYZ 59.6 81.33 82.37 -
YUV 216.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 142 253 223 0.44 0 0.12 0.01 163.78 0.97 0.77
Hex 8E FD DF 2C 0 C 1 A4 61 4D
Octal 216 375 337 54 0 14 1 244 141 115
Binary 10001110 11111101 11011111 101100 0 1100 1 10100100 1100001 1001101

Color Harmonies of #8EFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDDF

Black with #8EFDDF

Text Example


Text Example

White with #8EFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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