Html Css Color HEX #8EFACB Aquamarine

📋 copy color: '#8EFACB'

red 142 ◦ green 250 ◦ blue 203

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

Shades of Aquamarine #8EFACB

Tints of Aquamarine #8EFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.02%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 23.87%
G = 42.02%
B = 34.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#8EFACB (or 0x8EFACB) is known color: Aquamarine. HEX triplet: 8E, FA and CB. RGB value is (142,250,203). Sum of RGB (Red+Green+Blue) = 142+250+203=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFACB is #710534. Grayscale: #D4D4D4. Windows color (decimal): -7406901 or 13367950. OLE color: 13367950.

HSL color Cylindrical-coordinate representation of color #8EFACB: hue angle of 153.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFACB is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 250 203 -
CMYK 0.43 0 0.19 0.02
HSL 153.89º 0.92% 0.77% -
HSV(B) 153.89º 0.43% 0.98% -
XYZ 56.12 78.43 68.68 -
YUV 212.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 142 250 203 0.43 0 0.19 0.02 153.89 0.92 0.77
Hex 8E FA CB 2B 0 13 2 9A 5C 4D
Octal 216 372 313 53 0 23 2 232 134 115
Binary 10001110 11111010 11001011 101011 0 10011 10 10011010 1011100 1001101

Color Harmonies of #8EFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFACB

Black with #8EFACB

Text Example


Text Example

White with #8EFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,250,203); }

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

background-color css

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

 a { background-color: rgb(142,250,203); }

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

border-color css

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

 span { border-color: rgb(142,250,203); }

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