#92D5AB

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

Shades of Vista Blue #92D5AB

Tints of Vista Blue #92D5AB

Color information

#92D5AB (or 0x92D5AB) is unknown color: approx Vista Blue. HEX triplet: 92, D5 and AB. RGB value is (146,213,171). Sum of RGB (Red+Green+Blue) = 146+213+171=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D5AB is #6D2A54. Grayscale: #BCBCBC. Windows color (decimal): -7154261 or 11261330. OLE color: 11261330.

HSL color Cylindrical-coordinate representation of color #92D5AB: hue angle of 142.39º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5AB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB146213171-
CMYK0.3100.200.16
HSL142.39º44.37%70.39%-
HSV(B)142.39º31.46%83.53%-
XYZ4356.6447.19-
YUV188.18118.397.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=27.55%
G=40.19%
B=32.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131710.3100.200.16142.3944.3770.39
Hex92D5AB1F014108e2c46
Octal222325253370242021654106
Binary1001001011010101101010111111101010010000100011101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,171); }

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

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

 a { background-color: rgb(146,213,171); }

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

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

 span { border-color: rgb(146,213,171); }

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