Html Css Color HEX #80ECCC Aquamarine

📋 copy color: '#80ECCC'

red 128 ◦ green 236 ◦ blue 204

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

Shades of Aquamarine #80ECCC

Tints of Aquamarine #80ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 22.54%
G = 41.55%
B = 35.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#80ECCC (or 0x80ECCC) is known color: Aquamarine. HEX triplet: 80, EC and CC. RGB value is (128,236,204). Sum of RGB (Red+Green+Blue) = 128+236+204=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECCC is #7F1333. Grayscale: #C8C8C8. Windows color (decimal): -8327988 or 13429888. OLE color: 13429888.

HSL color Cylindrical-coordinate representation of color #80ECCC: hue angle of 162.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECCC is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 204 -
CMYK 0.46 0 0.14 0.07
HSL 162.22º 0.74% 0.71% -
HSV(B) 162.22º 0.46% 0.93% -
XYZ 49.8 68.94 67.81 -
YUV 200.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 128 236 204 0.46 0 0.14 0.07 162.22 0.74 0.71
Hex 80 EC CC 2E 0 E 7 A2 4A 47
Octal 200 354 314 56 0 16 7 242 112 107
Binary 10000000 11101100 11001100 101110 0 1110 111 10100010 1001010 1000111

Color Harmonies of #80ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECCC

Black with #80ECCC

Text Example


Text Example

White with #80ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,204); }

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

background-color css

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

 a { background-color: rgb(128,236,204); }

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

border-color css

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

 span { border-color: rgb(128,236,204); }

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