Html Css Color HEX #80ECCD Aquamarine

📋 copy color: '#80ECCD'

red 128 ◦ green 236 ◦ blue 205

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

Shades of Aquamarine #80ECCD

Tints of Aquamarine #80ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 22.5%
G = 41.48%
B = 36.03%

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

#80ECCD (or 0x80ECCD) is known color: Aquamarine. HEX triplet: 80, EC and CD. RGB value is (128,236,205). Sum of RGB (Red+Green+Blue) = 128+236+205=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECCD is #7F1332. Grayscale: #C8C8C8. Windows color (decimal): -8327987 or 13495424. OLE color: 13495424.

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

Color convert

RGB 128 236 205 -
CMYK 0.46 0 0.13 0.07
HSL 162.78º 0.74% 0.71% -
HSV(B) 162.78º 0.46% 0.93% -
XYZ 49.92 68.99 68.44 -
YUV 200.17 130.72 76.52 -
System Red Green Blue C M Y K H S L
Decimal 128 236 205 0.46 0 0.13 0.07 162.78 0.74 0.71
Hex 80 EC CD 2E 0 D 7 A3 4A 47
Octal 200 354 315 56 0 15 7 243 112 107
Binary 10000000 11101100 11001101 101110 0 1101 111 10100011 1001010 1000111

Color Harmonies of #80ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECCD

Black with #80ECCD

Text Example


Text Example

White with #80ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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