Html Css Color HEX #80EFDA Aquamarine

📋 copy color: '#80EFDA'

red 128 ◦ green 239 ◦ blue 218

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

Shades of Aquamarine #80EFDA

Tints of Aquamarine #80EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 21.88%
G = 40.85%
B = 37.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#80EFDA (or 0x80EFDA) is known color: Aquamarine. HEX triplet: 80, EF and DA. RGB value is (128,239,218). Sum of RGB (Red+Green+Blue) = 128+239+218=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFDA is #7F1025. Grayscale: #CBCBCB. Windows color (decimal): -8327206 or 14348160. OLE color: 14348160.

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

Color convert

RGB 128 239 218 -
CMYK 0.46 0 0.09 0.06
HSL 168.65º 0.78% 0.72% -
HSV(B) 168.65º 0.46% 0.94% -
XYZ 52.42 71.38 77.35 -
YUV 203.42 136.23 74.21 -
System Red Green Blue C M Y K H S L
Decimal 128 239 218 0.46 0 0.09 0.06 168.65 0.78 0.72
Hex 80 EF DA 2E 0 9 6 A9 4E 48
Octal 200 357 332 56 0 11 6 251 116 110
Binary 10000000 11101111 11011010 101110 0 1001 110 10101001 1001110 1001000

Color Harmonies of #80EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFDA

Black with #80EFDA

Text Example


Text Example

White with #80EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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