#92E2BB

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

Shades of Vista Blue #92E2BB

Tints of Vista Blue #92E2BB

Color information

#92E2BB (or 0x92E2BB) is unknown color: approx Vista Blue. HEX triplet: 92, E2 and BB. RGB value is (146,226,187). Sum of RGB (Red+Green+Blue) = 146+226+187=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #92E2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E2BB is #6D1D44. Grayscale: #C5C5C5. Windows color (decimal): -7150917 or 12313234. OLE color: 12313234.

HSL color Cylindrical-coordinate representation of color #92E2BB: hue angle of 150.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E2BB is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB146226187-
CMYK0.3500.170.11
HSL150.75º57.97%72.94%-
HSV(B)150.75º35.4%88.63%-
XYZ48.0264.0956.85-
YUV197.6312291.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=26.12%
G=40.43%
B=33.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1462261870.3500.170.11150.7557.9772.94
Hex92E2BB23011B973a49
Octal222342273430211322772111
Binary1001001011100010101110111000110100011011100101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,226,187); }

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

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

 a { background-color: rgb(146,226,187); }

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

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

 span { border-color: rgb(146,226,187); }

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