#92D0AD

Color #92D0AD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #92D0AD

Tints of Vista Blue #92D0AD

Color information

#92D0AD (or 0x92D0AD) is unknown color: approx Vista Blue. HEX triplet: 92, D0 and AD. RGB value is (146,208,173). Sum of RGB (Red+Green+Blue) = 146+208+173=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #92D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D0AD is #6D2F52. Grayscale: #B9B9B9. Windows color (decimal): -7155539 or 11391122. OLE color: 11391122.

HSL color Cylindrical-coordinate representation of color #92D0AD: hue angle of 146.13º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D0AD is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB146208173-
CMYK0.3000.170.18
HSL146.13º39.74%69.41%-
HSV(B)146.13º29.81%81.57%-
XYZ41.9554.2447.79-
YUV185.47120.9699.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=27.70%
G=39.47%
B=32.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081730.3000.170.18146.1339.7469.41
Hex92D0AD1E01112922845
Octal222320255360212222250105
Binary1001001011010000101011011111001000110010100100101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D0AD; }

 p { color: rgb(146,208,173); }

 H1.HeaderClassName
 {
   color: #92D0AD;
 }
 .AnyTagClassName
 {
   color: #92D0AD;
 }
</style>
background-color css

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

 a { background-color: rgb(146,208,173); }

 div.DivClassName
 {
   background-color: #92D0AD;
 }
 .BgClassName
 {
   background-color: #92D0AD;
 }
</style>
border-color css

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

 span { border-color: rgb(146,208,173); }

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