Html Css Color HEX #80FDDF Aquamarine

📋 copy color: '#80FDDF'

red 128 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #80FDDF

Tints of Aquamarine #80FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 21.19%
G = 41.89%
B = 36.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#80FDDF (or 0x80FDDF) is known color: Aquamarine. HEX triplet: 80, FD and DF. RGB value is (128,253,223). Sum of RGB (Red+Green+Blue) = 128+253+223=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDDF is #7F0220. Grayscale: #D4D4D4. Windows color (decimal): -8323617 or 14679424. OLE color: 14679424.

HSL color Cylindrical-coordinate representation of color #80FDDF: hue angle of 165.6º 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 #80FDDF is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 223 -
CMYK 0.49 0 0.12 0.01
HSL 165.6º 0.97% 0.75% -
HSV(B) 165.6º 0.49% 0.99% -
XYZ 57.35 80.17 82.26 -
YUV 212.21 134.09 67.94 -
System Red Green Blue C M Y K H S L
Decimal 128 253 223 0.49 0 0.12 0.01 165.6 0.97 0.75
Hex 80 FD DF 31 0 C 1 A6 61 4B
Octal 200 375 337 61 0 14 1 246 141 113
Binary 10000000 11111101 11011111 110001 0 1100 1 10100110 1100001 1001011

Color Harmonies of #80FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDDF

Black with #80FDDF

Text Example


Text Example

White with #80FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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