Html Css Color HEX #A0CCB0 Vista Blue

📋 copy color: '#A0CCB0'

red 160 ◦ green 204 ◦ blue 176

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

Shades of Vista Blue #A0CCB0

Tints of Vista Blue #A0CCB0

RGB

 RED value IS 160 (62.89% from 255) = 29.63%

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

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 29.63%
G = 37.78%
B = 32.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#A0CCB0 (or 0xA0CCB0) is known color: Vista Blue. HEX triplet: A0, CC and B0. RGB value is (160,204,176). Sum of RGB (Red+Green+Blue) = 160+204+176=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCB0 is #5F334F. Grayscale: #BBBBBB. Windows color (decimal): -6239056 or 11586720. OLE color: 11586720.

HSL color Cylindrical-coordinate representation of color #A0CCB0: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCB0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 176 -
CMYK 0.22 0 0.14 0.2
HSL 141.82º 0.3% 0.71% -
HSV(B) 141.82º 0.22% 0.8% -
XYZ 43.93 53.79 49.14 -
YUV 187.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 160 204 176 0.22 0 0.14 0.2 141.82 0.3 0.71
Hex A0 CC B0 16 0 E 14 8E 1E 47
Octal 240 314 260 26 0 16 24 216 36 107
Binary 10100000 11001100 10110000 10110 0 1110 10100 10001110 11110 1000111

Color Harmonies of #A0CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCB0

Black with #A0CCB0

Text Example


Text Example

White with #A0CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCB0; }

 p { color: rgb(160,204,176); }

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

background-color css

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

 a { background-color: rgb(160,204,176); }

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

border-color css

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

 span { border-color: rgb(160,204,176); }

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