Html Css Color HEX #A0CDB0 Vista Blue

📋 copy color: '#A0CDB0'

red 160 ◦ green 205 ◦ blue 176

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

Shades of Vista Blue #A0CDB0

Tints of Vista Blue #A0CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

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

R = 29.57%
G = 37.89%
B = 32.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#A0CDB0 (or 0xA0CDB0) is known color: Vista Blue. HEX triplet: A0, CD and B0. RGB value is (160,205,176). Sum of RGB (Red+Green+Blue) = 160+205+176=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDB0 is #5F324F. Grayscale: #BCBCBC. Windows color (decimal): -6238800 or 11586976. OLE color: 11586976.

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

Color convert

RGB 160 205 176 -
CMYK 0.22 0 0.14 0.20
HSL 141.33º 0.31% 0.72% -
HSV(B) 141.33º 0.22% 0.8% -
XYZ 44.17 54.27 49.22 -
YUV 188.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 160 205 176 0.22 0 0.14 0.20 141.33 0.31 0.72
Hex A0 CD B0 16 0 E 14 8D 1F 48
Octal 240 315 260 26 0 16 24 215 37 110
Binary 10100000 11001101 10110000 10110 0 1110 10100 10001101 11111 1001000

Color Harmonies of #A0CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDB0

Black with #A0CDB0

Text Example


Text Example

White with #A0CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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