#92D4B1

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

Shades of Vista Blue #92D4B1

Tints of Vista Blue #92D4B1

Color information

#92D4B1 (or 0x92D4B1) is unknown color: approx Vista Blue. HEX triplet: 92, D4 and B1. RGB value is (146,212,177). Sum of RGB (Red+Green+Blue) = 146+212+177=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #92D4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D4B1 is #6D2B4E. Grayscale: #BCBCBC. Windows color (decimal): -7154511 or 11654290. OLE color: 11654290.

HSL color Cylindrical-coordinate representation of color #92D4B1: hue angle of 148.18º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D4B1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB146212177-
CMYK0.3100.170.17
HSL148.18º43.42%70.2%-
HSV(B)148.18º31.13%83.14%-
XYZ43.3356.3750.19-
YUV188.28121.6397.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.29%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=27.29%
G=39.63%
B=33.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462121770.3100.170.17148.1843.4270.2
Hex92D4B11F01111942b46
Octal222324261370212122453106
Binary1001001011010100101100011111101000110001100101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,212,177); }

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

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

 a { background-color: rgb(146,212,177); }

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

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

 span { border-color: rgb(146,212,177); }

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