Html Css Color HEX #8EFDCA Aquamarine

📋 copy color: '#8EFDCA'

red 142 ◦ green 253 ◦ blue 202

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

Shades of Aquamarine #8EFDCA

Tints of Aquamarine #8EFDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 23.79%
G = 42.38%
B = 33.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#8EFDCA (or 0x8EFDCA) is known color: Aquamarine. HEX triplet: 8E, FD and CA. RGB value is (142,253,202). Sum of RGB (Red+Green+Blue) = 142+253+202=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCA is #710235. Grayscale: #D6D6D6. Windows color (decimal): -7406134 or 13303182. OLE color: 13303182.

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

Color convert

RGB 142 253 202 -
CMYK 0.44 0 0.20 0.01
HSL 152.43º 0.97% 0.77% -
HSV(B) 152.43º 0.44% 0.99% -
XYZ 56.94 80.27 68.37 -
YUV 214 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 142 253 202 0.44 0 0.20 0.01 152.43 0.97 0.77
Hex 8E FD CA 2C 0 14 1 98 61 4D
Octal 216 375 312 54 0 24 1 230 141 115
Binary 10001110 11111101 11001010 101100 0 10100 1 10011000 1100001 1001101

Color Harmonies of #8EFDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDCA

Black with #8EFDCA

Text Example


Text Example

White with #8EFDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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