Html Css Color HEX #80EFD0 Aquamarine

📋 copy color: '#80EFD0'

red 128 ◦ green 239 ◦ blue 208

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

Shades of Aquamarine #80EFD0

Tints of Aquamarine #80EFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.17%

R = 22.26%
G = 41.57%
B = 36.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#80EFD0 (or 0x80EFD0) is known color: Aquamarine. HEX triplet: 80, EF and D0. RGB value is (128,239,208). Sum of RGB (Red+Green+Blue) = 128+239+208=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFD0 is #7F102F. Grayscale: #CACACA. Windows color (decimal): -8327216 or 13692800. OLE color: 13692800.

HSL color Cylindrical-coordinate representation of color #80EFD0: hue angle of 163.24º 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 #80EFD0 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 208 -
CMYK 0.46 0 0.13 0.06
HSL 163.24º 0.78% 0.72% -
HSV(B) 163.24º 0.46% 0.94% -
XYZ 51.15 70.88 70.66 -
YUV 202.28 131.23 75.02 -
System Red Green Blue C M Y K H S L
Decimal 128 239 208 0.46 0 0.13 0.06 163.24 0.78 0.72
Hex 80 EF D0 2E 0 D 6 A3 4E 48
Octal 200 357 320 56 0 15 6 243 116 110
Binary 10000000 11101111 11010000 101110 0 1101 110 10100011 1001110 1001000

Color Harmonies of #80EFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFD0

Black with #80EFD0

Text Example


Text Example

White with #80EFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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