Html Css Color HEX #8EFACF Aquamarine

📋 copy color: '#8EFACF'

red 142 ◦ green 250 ◦ blue 207

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

Shades of Aquamarine #8EFACF

Tints of Aquamarine #8EFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 23.71%
G = 41.74%
B = 34.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#8EFACF (or 0x8EFACF) is known color: Aquamarine. HEX triplet: 8E, FA and CF. RGB value is (142,250,207). Sum of RGB (Red+Green+Blue) = 142+250+207=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFACF is #710530. Grayscale: #D4D4D4. Windows color (decimal): -7406897 or 13630094. OLE color: 13630094.

HSL color Cylindrical-coordinate representation of color #8EFACF: hue angle of 156.11º 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 #8EFACF is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 250 207 -
CMYK 0.43 0 0.17 0.02
HSL 156.11º 0.92% 0.77% -
HSV(B) 156.11º 0.43% 0.98% -
XYZ 56.6 78.63 71.22 -
YUV 212.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 142 250 207 0.43 0 0.17 0.02 156.11 0.92 0.77
Hex 8E FA CF 2B 0 11 2 9C 5C 4D
Octal 216 372 317 53 0 21 2 234 134 115
Binary 10001110 11111010 11001111 101011 0 10001 10 10011100 1011100 1001101

Color Harmonies of #8EFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFACF

Black with #8EFACF

Text Example


Text Example

White with #8EFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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