Html Css Color HEX #80CCA4 Vista Blue

📋 copy color: '#80CCA4'

red 128 ◦ green 204 ◦ blue 164

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

Shades of Vista Blue #80CCA4

Tints of Vista Blue #80CCA4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 164 (64.45% from 255) = 33.06%

R = 25.81%
G = 41.13%
B = 33.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#80CCA4 (or 0x80CCA4) is known color: Vista Blue. HEX triplet: 80, CC and A4. RGB value is (128,204,164). Sum of RGB (Red+Green+Blue) = 128+204+164=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA4 is #7F335B. Grayscale: #B0B0B0. Windows color (decimal): -8336220 or 10800256. OLE color: 10800256.

HSL color Cylindrical-coordinate representation of color #80CCA4: hue angle of 148.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA4 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 164 -
CMYK 0.37 0 0.20 0.2
HSL 148.42º 0.43% 0.65% -
HSV(B) 148.42º 0.37% 0.8% -
XYZ 37.2 50.46 42.9 -
YUV 176.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 128 204 164 0.37 0 0.20 0.2 148.42 0.43 0.65
Hex 80 CC A4 25 0 14 14 94 2B 41
Octal 200 314 244 45 0 24 24 224 53 101
Binary 10000000 11001100 10100100 100101 0 10100 10100 10010100 101011 1000001

Color Harmonies of #80CCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCA4

Black with #80CCA4

Text Example


Text Example

White with #80CCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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