Html Css Color HEX #80EFC6 Aquamarine

📋 copy color: '#80EFC6'

red 128 ◦ green 239 ◦ blue 198

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

Shades of Aquamarine #80EFC6

Tints of Aquamarine #80EFC6

RGB

 RED value IS 128 (50.39% from 255) = 22.65%

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

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 22.65%
G = 42.3%
B = 35.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#80EFC6 (or 0x80EFC6) is known color: Aquamarine. HEX triplet: 80, EF and C6. RGB value is (128,239,198). Sum of RGB (Red+Green+Blue) = 128+239+198=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFC6 is #7F1039. Grayscale: #C9C9C9. Windows color (decimal): -8327226 or 13037440. OLE color: 13037440.

HSL color Cylindrical-coordinate representation of color #80EFC6: hue angle of 157.84º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFC6 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 198 -
CMYK 0.46 0 0.17 0.06
HSL 157.84º 0.78% 0.72% -
HSV(B) 157.84º 0.46% 0.94% -
XYZ 49.96 70.4 64.38 -
YUV 201.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 128 239 198 0.46 0 0.17 0.06 157.84 0.78 0.72
Hex 80 EF C6 2E 0 11 6 9E 4E 48
Octal 200 357 306 56 0 21 6 236 116 110
Binary 10000000 11101111 11000110 101110 0 10001 110 10011110 1001110 1001000

Color Harmonies of #80EFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFC6

Black with #80EFC6

Text Example


Text Example

White with #80EFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EFC6; }

 p { color: rgb(128,239,198); }

 H1.HeaderClassName
 {
   color: #80EFC6;
 }
 .AnyTagClassName
 {
   color: #80EFC6;
 }
</style>

background-color css

<style>
 a { background-color: #80EFC6; }

 a { background-color: rgb(128,239,198); }

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

border-color css

<style>
 span { border-color: #80EFC6; }

 span { border-color: rgb(128,239,198); }

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