Html Css Color HEX #80FDDB Aquamarine

📋 copy color: '#80FDDB'

red 128 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #80FDDB

Tints of Aquamarine #80FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.17%

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 21.33%
G = 42.17%
B = 36.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#80FDDB (or 0x80FDDB) is known color: Aquamarine. HEX triplet: 80, FD and DB. RGB value is (128,253,219). Sum of RGB (Red+Green+Blue) = 128+253+219=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDDB is #7F0224. Grayscale: #D3D3D3. Windows color (decimal): -8323621 or 14417280. OLE color: 14417280.

HSL color Cylindrical-coordinate representation of color #80FDDB: hue angle of 163.68º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDDB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 219 -
CMYK 0.49 0 0.13 0.01
HSL 163.68º 0.97% 0.75% -
HSV(B) 163.68º 0.49% 0.99% -
XYZ 56.81 79.95 79.46 -
YUV 211.75 132.09 68.26 -
System Red Green Blue C M Y K H S L
Decimal 128 253 219 0.49 0 0.13 0.01 163.68 0.97 0.75
Hex 80 FD DB 31 0 D 1 A4 61 4B
Octal 200 375 333 61 0 15 1 244 141 113
Binary 10000000 11111101 11011011 110001 0 1101 1 10100100 1100001 1001011

Color Harmonies of #80FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDDB

Black with #80FDDB

Text Example


Text Example

White with #80FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,219); }

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

background-color css

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

 a { background-color: rgb(128,253,219); }

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

border-color css

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

 span { border-color: rgb(128,253,219); }

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