Html Css Color HEX #8EEFD3 Aquamarine

📋 copy color: '#8EEFD3'

red 142 ◦ green 239 ◦ blue 211

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

Shades of Aquamarine #8EEFD3

Tints of Aquamarine #8EEFD3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 23.99%
G = 40.37%
B = 35.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#8EEFD3 (or 0x8EEFD3) is known color: Aquamarine. HEX triplet: 8E, EF and D3. RGB value is (142,239,211). Sum of RGB (Red+Green+Blue) = 142+239+211=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFD3 is #71102C. Grayscale: #CECECE. Windows color (decimal): -7409709 or 13889422. OLE color: 13889422.

HSL color Cylindrical-coordinate representation of color #8EEFD3: hue angle of 162.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFD3 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 239 211 -
CMYK 0.41 0 0.12 0.06
HSL 162.68º 0.75% 0.75% -
HSV(B) 162.68º 0.41% 0.94% -
XYZ 53.78 72.19 72.73 -
YUV 206.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 142 239 211 0.41 0 0.12 0.06 162.68 0.75 0.75
Hex 8E EF D3 29 0 C 6 A3 4B 4B
Octal 216 357 323 51 0 14 6 243 113 113
Binary 10001110 11101111 11010011 101001 0 1100 110 10100011 1001011 1001011

Color Harmonies of #8EEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEFD3

Black with #8EEFD3

Text Example


Text Example

White with #8EEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,239,211); }

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

background-color css

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

 a { background-color: rgb(142,239,211); }

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

border-color css

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

 span { border-color: rgb(142,239,211); }

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