Html Css Color HEX #80ECCB Aquamarine

📋 copy color: '#80ECCB'

red 128 ◦ green 236 ◦ blue 203

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

Shades of Aquamarine #80ECCB

Tints of Aquamarine #80ECCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 22.57%
G = 41.62%
B = 35.8%

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

#80ECCB (or 0x80ECCB) is known color: Aquamarine. HEX triplet: 80, EC and CB. RGB value is (128,236,203). Sum of RGB (Red+Green+Blue) = 128+236+203=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECCB is #7F1334. Grayscale: #C7C7C7. Windows color (decimal): -8327989 or 13364352. OLE color: 13364352.

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

Color convert

RGB 128 236 203 -
CMYK 0.46 0 0.14 0.07
HSL 161.67º 0.74% 0.71% -
HSV(B) 161.67º 0.46% 0.93% -
XYZ 49.68 68.89 67.18 -
YUV 199.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 128 236 203 0.46 0 0.14 0.07 161.67 0.74 0.71
Hex 80 EC CB 2E 0 E 7 A2 4A 47
Octal 200 354 313 56 0 16 7 242 112 107
Binary 10000000 11101100 11001011 101110 0 1110 111 10100010 1001010 1000111

Color Harmonies of #80ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECCB

Black with #80ECCB

Text Example


Text Example

White with #80ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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