Html Css Color HEX #80ECCE Aquamarine

📋 copy color: '#80ECCE'

red 128 ◦ green 236 ◦ blue 206

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

Shades of Aquamarine #80ECCE

Tints of Aquamarine #80ECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 22.46%
G = 41.4%
B = 36.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#80ECCE (or 0x80ECCE) is known color: Aquamarine. HEX triplet: 80, EC and CE. RGB value is (128,236,206). Sum of RGB (Red+Green+Blue) = 128+236+206=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECCE is #7F1331. Grayscale: #C8C8C8. Windows color (decimal): -8327986 or 13560960. OLE color: 13560960.

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

Color convert

RGB 128 236 206 -
CMYK 0.46 0 0.13 0.07
HSL 163.33º 0.74% 0.71% -
HSV(B) 163.33º 0.46% 0.93% -
XYZ 50.04 69.04 69.08 -
YUV 200.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 128 236 206 0.46 0 0.13 0.07 163.33 0.74 0.71
Hex 80 EC CE 2E 0 D 7 A3 4A 47
Octal 200 354 316 56 0 15 7 243 112 107
Binary 10000000 11101100 11001110 101110 0 1101 111 10100011 1001010 1000111

Color Harmonies of #80ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECCE

Black with #80ECCE

Text Example


Text Example

White with #80ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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