Html Css Color HEX #80FCDF Aquamarine

📋 copy color: '#80FCDF'

red 128 ◦ green 252 ◦ blue 223

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

Shades of Aquamarine #80FCDF

Tints of Aquamarine #80FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.79%

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

R = 21.23%
G = 41.79%
B = 36.98%

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

#80FCDF (or 0x80FCDF) is known color: Aquamarine. HEX triplet: 80, FC and DF. RGB value is (128,252,223). Sum of RGB (Red+Green+Blue) = 128+252+223=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCDF is #7F0320. Grayscale: #D3D3D3. Windows color (decimal): -8323873 or 14679168. OLE color: 14679168.

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

Color convert

RGB 128 252 223 -
CMYK 0.49 0 0.12 0.01
HSL 165.97º 0.95% 0.75% -
HSV(B) 165.97º 0.49% 0.99% -
XYZ 57.03 79.54 82.16 -
YUV 211.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 128 252 223 0.49 0 0.12 0.01 165.97 0.95 0.75
Hex 80 FC DF 31 0 C 1 A6 5F 4B
Octal 200 374 337 61 0 14 1 246 137 113
Binary 10000000 11111100 11011111 110001 0 1100 1 10100110 1011111 1001011

Color Harmonies of #80FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCDF

Black with #80FCDF

Text Example


Text Example

White with #80FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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