Html Css Color HEX #A0CEB0 Vista Blue

📋 copy color: '#A0CEB0'

red 160 ◦ green 206 ◦ blue 176

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

Shades of Vista Blue #A0CEB0

Tints of Vista Blue #A0CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.01%

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

R = 29.52%
G = 38.01%
B = 32.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#A0CEB0 (or 0xA0CEB0) is known color: Vista Blue. HEX triplet: A0, CE and B0. RGB value is (160,206,176). Sum of RGB (Red+Green+Blue) = 160+206+176=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEB0 is #5F314F. Grayscale: #BCBCBC. Windows color (decimal): -6238544 or 11587232. OLE color: 11587232.

HSL color Cylindrical-coordinate representation of color #A0CEB0: hue angle of 140.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEB0 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 176 -
CMYK 0.22 0 0.15 0.19
HSL 140.87º 0.32% 0.72% -
HSV(B) 140.87º 0.22% 0.81% -
XYZ 44.4 54.75 49.3 -
YUV 188.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 160 206 176 0.22 0 0.15 0.19 140.87 0.32 0.72
Hex A0 CE B0 16 0 F 13 8D 20 48
Octal 240 316 260 26 0 17 23 215 40 110
Binary 10100000 11001110 10110000 10110 0 1111 10011 10001101 100000 1001000

Color Harmonies of #A0CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEB0

Black with #A0CEB0

Text Example


Text Example

White with #A0CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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